File tree 1 file changed +7
-11
lines changed
1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " ng -annotate" ,
3
- "version" : " 1.2.1 " ,
4
- "description" : " add, remove and rebuild angularjs dependency injection annotations" ,
5
- "main" : " build/es5/ ng-annotate-main .js" ,
2
+ "name" : " babel-plugin-angularjs -annotate" ,
3
+ "version" : " 0.1.0 " ,
4
+ "description" : " Babel plugin to add angularjs dependency injection annotations" ,
5
+ "main" : " babel- ng-annotate.js" ,
6
6
"repository" : {
7
7
"type" : " git" ,
8
- "url" : " https://github.com/olov/ng- annotate.git "
8
+ "url" : " https://github.com/schmod/babel-plugin-angularjs- annotate"
9
9
},
10
10
"dependencies" : {
11
11
"babel" : " ^6.5.1" ,
12
12
"babel-plugin-transform-es2015-function-name" : " ^6.5.0" ,
13
- "optimist" : " ~0.6.1" ,
14
- "simple-fmt" : " ~0.1.0" ,
15
- "simple-is" : " ~0.2.0" ,
16
- "stringmap" : " ~0.2.2"
13
+ "simple-is" : " ~0.2.0"
17
14
},
18
15
"devDependencies" : {
19
16
"babel-core" : " ^6.5.1" ,
20
17
"babel-preset-es2015" : " ^6.5.0" ,
21
18
"babel-types" : " ^6.5.1" ,
22
19
"chalk" : " ^1.1.1" ,
23
- "coffee-script" : " ~1.10.0" ,
24
20
"diff" : " ^2.2.1" ,
25
21
"indent-string" : " ^2.1.0" ,
26
22
"tap-xunit" : " ^1.3.1" ,
40
36
"scripts" : {
41
37
"test" : " node --harmony tests/tests.js | tap-xunit"
42
38
},
43
- "author" :
" Olov Lassus <[email protected] > " ,
39
+ "author" : " Andrew Schmadel " ,
44
40
"license" : " MIT"
45
41
}
You can’t perform that action at this time.
0 commit comments