File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " schema" ,
3
- "version" : " 0.0.0 " ,
2
+ "name" : " angular- schema-form " ,
3
+ "version" : " 0.0.1 " ,
4
4
"authors" : [
5
+ " Textalk" ,
5
6
" David Jensen <david.lgj@gmail.com>"
6
7
],
7
8
"moduleType" : [
14
15
" node_modules" ,
15
16
" bower_components" ,
16
17
" test" ,
17
- " tests "
18
+ " coverage "
18
19
],
19
20
"dependencies" : {
20
21
"tv4" : " ~1.0.15"
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " schema" ,
3
- "version" : " 0.0.0" ,
4
- "description" : " " ,
5
- "main" : " index.js" ,
2
+ "name" : " angular-schema-form" ,
3
+ "version" : " 0.0.1" ,
4
+ "description" : " Create forms from a JSON schema" ,
6
5
"scripts" : {
7
6
"test" : " echo \" Error: no test specified\" && exit 1"
8
7
},
9
- "author" : " " ,
10
- "license" : " ISC " ,
8
+ "author" : " Textalk " ,
9
+ "license" : " MIT " ,
11
10
"devDependencies" : {
12
11
"karma" : " ^0.12.0" ,
13
12
"mocha" : " ^1.18.0" ,
You can’t perform that action at this time.
0 commit comments