forked from klei/gulp-angular-filesort
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 880 Bytes
/
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
{
"name": "gulp-angular-filesort",
"version": "1.2.1",
"description": "Automatically sort AngularJS app files depending on module definitions and usage",
"main": "index.js",
"scripts": {
"test": "mocha -R spec test/*_test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/klei/gulp-angular-filesort"
},
"keywords": [
"gulpplugin",
"angularjs",
"fileorder",
"modules"
],
"author": "Joakim Bengtson <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/klei/gulp-angular-filesort/issues"
},
"homepage": "https://github.com/klei/gulp-angular-filesort",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5",
"vinyl": "^2.1.0"
},
"dependencies": {
"ng-dependencies": "^0.8.1",
"plugin-error": "^1.0.1",
"through2": "^2.0.0",
"toposort": "^1.0.0"
}
}