-
Notifications
You must be signed in to change notification settings - Fork 150
/
package.json
47 lines (47 loc) · 1.08 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
{
"name": "ng-annotate",
"version": "1.2.2",
"description": "add, remove and rebuild angularjs dependency injection annotations",
"main": "build/es5/ng-annotate-main.js",
"repository": {
"type": "git",
"url": "https://github.com/olov/ng-annotate.git"
},
"dependencies": {
"acorn": "~2.6.4",
"alter": "~0.2.0",
"convert-source-map": "~1.1.2",
"optimist": "~0.6.1",
"ordered-ast-traverse": "~1.1.1",
"simple-fmt": "~0.1.0",
"simple-is": "~0.2.0",
"source-map": "~0.5.3",
"stable": "~0.1.5",
"stringmap": "~0.2.2",
"stringset": "~0.2.1",
"tryor": "~0.1.2"
},
"devDependencies": {
"coffee-script": "~1.10.0",
"defs": "~1.1.1",
"diff": "~2.2.1",
"find-line-column": "~0.5.2"
},
"keywords": [
"angular",
"angularjs",
"di",
"dependency",
"injection",
"annotate",
"annotation",
"annotations",
"transformation"
],
"scripts": {
"test": "node --harmony run-tests"
},
"bin": "./build/es5/ng-annotate",
"author": "Olov Lassus <[email protected]>",
"license": "MIT"
}