forked from bitcamp/bitcamp-site-2018
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 694 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 694 Bytes
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
{
"name": "bitcamp-site-2018",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"server": "node server.js",
"build-scss": "node-sass --include-path scss scss/main.scss css/main.css",
"watch-scss": "nodemon -e scss -x \"npm run build-scss\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/bitcamp/bitcamp-site-2018.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bitcamp/bitcamp-site-2018/issues"
},
"homepage": "https://github.com/bitcamp/bitcamp-site-2018#readme",
"dependencies": {
"connect": "^3.6.5",
"node-sass": "^4.7.2",
"serve-static": "^1.13.1"
}
}