forked from lwiesel/SassBoilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.48 KB
/
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
40
41
42
43
44
{
"title": "Sass Boilerplate",
"name": "sassBoilerplate",
"description": "SASS structure for new projects.",
"version": "0.1.0",
"author": {
"name": "Laurent WIESEL",
"email": "Laurent <[email protected]>"
},
"homepage": "https://github.com/ChessyWeb/SassBoilerplate",
"bugs": "https://github.com/ChessyWeb/SassBoilerplate/issues",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ChessyWeb/SassBoilerplate/master/LICENSE"
}
]//,
// "scripts": {
// "start": "./node_modules/.bin/grunt build && node src/server/server",
// "install": "bower install",
// "test": "./node_modules/.bin/grunt build"
// },
// "dependencies": {
// "bower": "0.9.2",
// "express": "3.0.5",
// "grunt": "~0.4.0",
// "grunt-cli": "~0.1.6",
// "grunt-angular-templates": "~0.3.0",
// "grunt-contrib-clean": "~0.4.0",
// "grunt-contrib-concat": "~0.1.2",
// "grunt-contrib-copy": "~0.4.0",
// "grunt-contrib-jshint": "~0.1.1",
// "grunt-contrib-less": "~0.5.0",
// "grunt-contrib-livereload": "~0.1.1",
// "grunt-contrib-mincss": "~0.4.0",
// "grunt-contrib-uglify": "~0.1.1",
// "grunt-express-server": "~0.1.0",
// "grunt-parallel": "0.0.2",
// "grunt-regarde": "~0.1.1",
// "grunt-usemin": "~0.1.4",
// "grunt-verbosity": "~0.1.0",
// "socket.io": ">= 0.9.6"
// }
}