-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 783 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 783 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
30
31
32
33
{
"name": "SassDemo",
"description": "Krupa",
"version": "1.0.0",
"author": "Promact",
"engines": {
"node": "0.10.x",
"npm": "1.4.x"
},
"scripts": {
"start": "grunt"
},
"dependencies": {
"connect": "latest",
"serve-static": "latest"
},
"devDependencies": {
"grunt-browser-sync": "^1.2.1",
"grunt-cli": "^0.1.13",
"grunt-concurrent": "~0.5.0",
"grunt-contrib-csslint": "^0.2.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-scss": "^0.1.2",
"grunt-contrib-watch": "~0.6.1",
"grunt-env": "~0.4.1",
"grunt-node-inspector": "~0.1.3",
"grunt-nodemon": "~0.2.1",
"grunt-npm-install": "^0.1.0",
"grunt-sass": "^0.16.1",
"load-grunt-tasks": "~0.4.0"
}
}