-
-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathpackage.json
42 lines (42 loc) · 944 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
37
38
39
40
41
42
{
"name": "gulp-ng-annotate",
"version": "2.1.0",
"description": "Add angularjs dependency injection annotations with ng-annotate",
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/Kagami/gulp-ng-annotate.git"
},
"keywords": [
"gulpplugin",
"angular",
"angularjs",
"annotate",
"ng-annotate"
],
"author": "Kagami Hiiragi",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/Kagami/gulp-ng-annotate/issues"
},
"homepage": "https://github.com/Kagami/gulp-ng-annotate",
"dependencies": {
"bufferstreams": "^1.1.0",
"merge": "^1.2.1",
"ng-annotate": "^1.2.1",
"plugin-error": "^0.1.2",
"through2": "^2.0.1",
"vinyl-sourcemaps-apply": "^0.2.1"
},
"devDependencies": {
"gulp-sourcemaps": "*",
"mocha": "*",
"vinyl": "^2.1.0"
}
}