-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 823 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 823 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
27
28
29
{
"name": "ricecoder-website",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"sass": "node-sass src/scss/main.scss public/css/main.css",
"sass:dev": "node-sass src/scss/main.scss src/css/main.css --watch='src/scss/*.scss'",
"wiredep": "wiredep --src src/index.html --src src/scss/main.scss"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ricecoder/Rice-Cooker.git"
},
"author": "Lacey Rice",
"license": "MIT",
"bugs": {
"url": "https://github.com/Ricecoder/Rice-Cooker/issues"
},
"homepage": "https://github.com/Ricecoder/Rice-Cooker#readme",
"devDependencies": {
"grunt": "^0.4.5"
},
"dependencies": {
"node-sass": "^3.4.2",
"wiredep": "^2.2.2"
}
}