-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
48 lines (48 loc) · 1.21 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
{
"name": "hn-ng",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "https://github.com/hswolff/hn-ng/"
},
"dependencies": {},
"devDependencies": {
"6to5-browserify": "0.0.10",
"browserify": "^6.0.3",
"browserify-ngannotate": "^0.2.0",
"connect": "^2.14.4",
"connect-livereload": "^0.4.0",
"del": "^0.1.3",
"gulp": "^3.6.0",
"gulp-angular-templatecache": "^1.4.2",
"gulp-autoprefixer": "^0.0.7",
"gulp-cache": "^0.1.1",
"gulp-concat": "^2.4.1",
"gulp-csso": "^0.2.6",
"gulp-filter": "^0.4.1",
"gulp-flatten": "^0.0.2",
"gulp-imagemin": "^0.5.0",
"gulp-jshint": "^1.5.3",
"gulp-less": "^1.3.6",
"gulp-livereload": "^1.2.0",
"gulp-load-plugins": "^0.5.0",
"gulp-size": "^0.3.0",
"gulp-sourcemaps": "^1.2.2",
"gulp-subtree": "^0.1.0",
"gulp-uglify": "^0.2.1",
"gulp-useref": "^0.4.2",
"gulp-util": "^3.0.1",
"jshint-stylish": "^0.2.0",
"lodash": "^2.4.1",
"main-bower-files": "^2.1.0",
"node-notifier": "^4.0.2",
"opn": "^0.1.1",
"vinyl-source-stream": "^1.0.0",
"vinyl-transform": "0.0.1",
"watchify": "^2.0.0",
"wiredep": "^1.4.3"
},
"engines": {
"node": ">=0.10.0"
}
}