forked from stevesloan/litecoin.org
-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
39 lines (39 loc) · 971 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "litecoin.org",
"version": "1.0.0",
"description": "hugo server --buildDrafts -w",
"main": "index.js",
"scripts": {
"start": "gulp config && gulp sass && gulp sass:watch",
"build": "hugo -D",
"compile": "rm config.toml && cd config_partials && cat *.toml >> ../config.toml"
},
"repository": {
"type": "git",
"url": "git+https://github.com/litecoin-project/litecoin.org.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/litecoin-project/litecoin.org/issues"
},
"homepage": "https://github.com/litecoin-project/litecoin.org#readme",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-sass": "^5.1.0",
"sass": "^1.72.0"
},
"dependencies": {
"jquery.browser": "^0.1.0"
},
"browserslist": [
"defaults",
"not IE 11",
"maintained node versions"
],
"trustedDependencies": [
"fsevents"
]
}