-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json.off
38 lines (38 loc) · 1019 Bytes
/
package.json.off
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
{
"name": "bitdust-www",
"version": "1.0.0",
"description": "Bitdust website",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-css": "grunt sass",
"css-watch": "grunt",
"start": "npm run css-watch | npm run serve",
"serve": "python -m SimpleHTTPServer 8000",
"translate": "node node_scripts/make-translations.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bitdust-io/www.git"
},
"author": "bitdust team",
"license": "ISC",
"bugs": {
"url": "https://github.com/bitdust-io/www/issues"
},
"homepage": "https://github.com/bitdust-io/www#readme",
"devDependencies": {
"cheerio": "^1.0.0-rc.2",
"coffeescript": "^2.3.2",
"grunt": "^1.3.0",
"grunt-sass": "^2.0.0",
"grunt-autoprefixer": "^3.0.4",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-watch": "^1.1.0",
"mime.json": "^1.1.2",
"node-sass": "^4.13.1"
}
}