File tree Expand file tree Collapse file tree 3 files changed +42
-3
lines changed Expand file tree Collapse file tree 3 files changed +42
-3
lines changed Original file line number Diff line number Diff line change
1
+ ** /. *
Original file line number Diff line number Diff line change 7
7
"version" : " 0.7.7" ,
8
8
"authors" : [
9
9
" Textalk" ,
10
- " David Jensen <david.lgj@gmail.com>"
10
+ " David Jensen <david.lgj@gmail.com>" ,
11
+ " Cameron Edwards" ,
12
+ " Mike Marcacci" ,
13
+ " Denis Dervisevic <denis@dervisevic.se>"
11
14
],
12
15
"moduleType" : [
13
16
" globals"
23
26
"license" : " MIT" ,
24
27
"ignore" : [
25
28
" **/.*" ,
29
+ " *.js" ,
30
+ " *.json" ,
26
31
" node_modules" ,
27
32
" bower_components" ,
28
33
" test" ,
29
- " coverage"
34
+ " coverage" ,
35
+ " docs" ,
36
+ " examples" ,
37
+ " gulp" ,
38
+ " CHANGELOG" ,
39
+ " LICENSE"
30
40
],
31
41
"dependencies" : {
32
42
"angular" : " >= 1.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-schema-form" ,
3
3
"version" : " 0.7.7" ,
4
- "description" : " Create forms from a JSON schema" ,
4
+ "description" : " Create complex forms from a JSON schema with angular." ,
5
+ "repository" : " Textalk/angular-schema-form" ,
6
+ "main" : " dist/schema-form.min.js" ,
5
7
"scripts" : {
6
8
"test" : " rm -fr coverage && ./node_modules/karma/bin/karma start --single-run --browsers PhantomJS karma.conf.js && find coverage/ -name lcov.info -print0 | xargs -0 cat | ./node_modules/coveralls/bin/coveralls.js"
7
9
},
8
10
"author" : " Textalk" ,
11
+ "contributors" : [
12
+ " David Jensen <david.lgj@gmail.com> (https://github.com/davidlgj)" ,
13
+ " Cameron Edwards (https://github.com/cameronprattedwards)" ,
14
+ " Mike Marcacci (https://github.com/mike-marcacci)" ,
15
+ " Denis Dervisevic <denis@dervisevic.se> (https://github.com/Dervisevic)"
16
+ ],
9
17
"license" : " MIT" ,
18
+ "dependencies" : {
19
+ "angular" : " >= 1.2" ,
20
+ "tv4" : " ~1.0.15" ,
21
+ "angular-sanitize" : " >= 1.2" ,
22
+ "objectpath" : " ~1.1.0"
23
+ },
24
+ "keywords" : [
25
+ " angular" ,
26
+ " angularjs" ,
27
+ " form" ,
28
+ " json" ,
29
+ " json-schema" ,
30
+ " schema"
31
+ ],
10
32
"devDependencies" : {
11
33
"chai" : " ^1.9.0" ,
12
34
"coveralls" : " ^2.11.0" ,
28
50
"sinon" : " ^1.9.0" ,
29
51
"sinon-chai" : " ^2.5.0" ,
30
52
"streamqueue" : " 0.0.5"
53
+ },
54
+ "licenses" : [
55
+ {
56
+ "type" : " MIT" ,
57
+ "url" : " https://raw.githubusercontent.com/Textalk/angular-schema-form/master/LICENSE"
31
58
}
59
+ ]
32
60
}
You can’t perform that action at this time.
0 commit comments