-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
53 lines (53 loc) · 1.44 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
52
53
{
"name": "ng-dependency-graph",
"version": "0.2.10",
"author": {
"name": "Filip Sobczak",
"email": "[email protected]",
"url": "http://filso.dev/"
},
"repository": {
"type": "git",
"url": "https://github.com/filso/ng-dependency-graph.git"
},
"devDependencies": {
"browser-sync": "^2.7.6",
"browser-sync-spa": "^1.0.2",
"chalk": "^1.0.0",
"concat-stream": "^1.4.10",
"conventional-changelog": "0.4.3",
"gulp": "~3.9.0",
"gulp-angular-filesort": "^1.1.1",
"gulp-bump": "~0.3.1",
"gulp-cached": "~1.1.0",
"gulp-clean": "~0.3.1",
"gulp-concat": "~2.6.0",
"gulp-connect": "~2.2.0",
"gulp-exec": "~2.1.1",
"gulp-inject": "^2.2.0",
"gulp-jshint": "~1.11.2",
"gulp-livereload": "~3.8.0",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-plumber": "~1.0.1",
"gulp-release-tasks": "filso/gulp-release-tasks",
"gulp-sass": "~2.0.4",
"gulp-uglify": "~1.4.1",
"gulp-util": "~3.0.1",
"gutil": "^1.6.4",
"http-proxy": "^1.11.1",
"jasmine": "^2.3.1",
"jasmine-core": "^2.3.4",
"jshint-stylish": "~2.0.1",
"karma": "^0.13.9",
"karma-chrome-launcher": "^0.2.0",
"karma-jasmine": "^0.3.5",
"karma-ng-html2js-preprocessor": "^0.1.2",
"karma-phantomjs-launcher": "^0.2.0",
"lodash": "~4.7.0",
"lodash-node": "~3.10.1",
"phantomjs": "^1.9.17",
"plumber": "^0.4.8",
"run-sequence": "~1.1.2",
"yargs": "~3.25.0"
}
}