forked from steveblue/fa-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.14 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
50
51
{
"name": "WebApp",
"version": "0.0.1",
"private": true,
"description": "The HTML5 web app front end for Famous/Angular",
"keywords": "",
"homepage": "",
"bugs": {
"url": "",
"email": ""
},
"license": "../license",
"contributors": [
"Steve Belovarich <steveblue@gmail.com>"
],
"repository": {
"type": "git",
"url": ""
},
"scripts": {
"postinstall": [
"node_modules/.bin/bower install"
]
},
"devDependencies": {
"angulartics": "=0.16.5",
"bower": "=1.3.12",
"connect": "=3.2.0",
"gulp": "=3.8.11",
"gulp-combine-media-queries": "=0.1.0",
"gulp-concat": "=2.4.1",
"gulp-jshint": "=1.8.4",
"gulp-livereload": "=2.1.1",
"gulp-notify": "=1.7.1",
"gulp-plumber": "=0.6.5",
"gulp-rename": "=1.2.0",
"gulp-sass": "=0.7.3",
"gulp-symlink": "=1.1.0",
"gulp-uglify": "=1.0.1",
"gulp-watch": "=1.0.7",
"jshint-stylish": "=1.0.0",
"node-sass":"=1.2.3",
"node-bourbon": "=1.2.3",
"node-neat": "=1.3.0",
"node-notifier": "=3.4.1",
"require-dir": "=0.1.0",
"rimraf": "=2.2.8",
"run-sequence": "=0.3.7",
"st": "=0.5.1"
}
}