-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.23 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
45
46
47
48
49
{
"name": "frontend-starterkit",
"version": "0.0.1",
"description": "Frontend deveopment framework for node.",
"author": "Joe Johnston",
"homepage": "https://github.com/starterkits/frontend-starterkit",
"keywords": [
"node",
"coffeescript",
"starter kit",
"gulp"
],
"repository": {
"type": "git",
"url": "git://github.com/starterkits/frontend-starterkit.git"
},
"bugs": "https://github.com/starterkits/frontend-starterkit/issues",
"contributors": "https://github.com/starterkits/frontend-starterkit/graphs/contributors",
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/starterkits/frontend-starterkit/master/LICENSE"
}
],
"scripts": {
"start": "gulp",
"install": "bower install"
},
"engines": {
"node": "^0.10.0"
},
"engineStrict": true,
"dependencies": {},
"optionalDependencies": {},
"devDependencies": {
"coffee-script": "~1.7",
"node-sass": "^0.7.0",
"gulp": "~3.5.5",
"gulp-util": "^2.2.14",
"gulp-rename": "^1.2.0",
"gulp-concat": "^2.2.0",
"gulp-uglify": "^0.2.1",
"gulp-jshint": "^1.5.3",
"gulp-sass": "^0.7.1",
"gulp-jade": "^0.5.0",
"gulp-coffee": "^1.4.1",
"gulp-clean": "^0.2.4"
}
}