File tree Expand file tree Collapse file tree 1 file changed +19
-15
lines changed Expand file tree Collapse file tree 1 file changed +19
-15
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " angular-jsx" ,
3
- "version" : " 0.0.1" ,
4
- "description" : " JSX support for Angular templates" ,
5
- "main" : " index.js" ,
6
- "scripts" : {
7
- "test" : " mocha"
8
- },
9
- "author" : " Samuel Moritz <samuel.moritz@gmail.com>" ,
10
- "license" : " MIT" ,
11
- "dependencies" : {
12
- "recast" : " ^0.10.32"
13
- },
14
- "devDependencies" : {
15
- "mocha" : " ^2.3.2"
16
- }
2
+ "name" : " angular-jsx" ,
3
+ "version" : " 0.0.1" ,
4
+ "description" : " JSX support for Angular templates" ,
5
+ "main" : " index.js" ,
6
+ "scripts" : {
7
+ "test" : " mocha"
8
+ },
9
+ "author" : " Samuel Moritz <samuel.moritz@gmail.com>" ,
10
+ "repository" : {
11
+ "type" : " git" ,
12
+ "url" : " https://github.com/thesam/angular-jsx.git"
13
+ },
14
+ "license" : " MIT" ,
15
+ "dependencies" : {
16
+ "recast" : " ^0.10.32"
17
+ },
18
+ "devDependencies" : {
19
+ "mocha" : " ^2.3.2"
20
+ }
17
21
}
You can’t perform that action at this time.
0 commit comments