forked from json-schema-form/angular-schema-form
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.2 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "angular-schema-form",
"version": "0.8.12",
"description": "Create complex forms from a JSON schema with angular.",
"repository": "Textalk/angular-schema-form",
"main": "dist/schema-form.min.js",
"filename": "dist/schema-form.min.js",
"homepage": "http://schemaform.io",
"scripts": {
"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"
},
"author": "Textalk",
"contributors": [
"David Jensen <[email protected]> (https://github.com/davidlgj)",
"Denis Dervisevic <[email protected]> (https://github.com/Dervisevic)",
"Cameron Edwards (https://github.com/cameronprattedwards)",
"Mike Marcacci (https://github.com/mike-marcacci)"
],
"license": "MIT",
"dependencies": {
"angular": ">= 1.2",
"tv4": "~1.0.15",
"angular-sanitize": ">= 1.2",
"objectpath": "^1.2.1"
},
"keywords": [
"angular",
"angularjs",
"form",
"json",
"json-schema",
"schema"
],
"devDependencies": {
"chai": "^1.9.0",
"coveralls": "^2.11.0",
"gulp": "^3.5.6",
"gulp-angular-templatecache": "^1.2.1",
"gulp-concat": "^2.2.0",
"gulp-jscs": "^1.1.0",
"gulp-minify-html": "^0.1.1",
"gulp-protractor": "^1.0.0",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^0.2.1",
"gulp-umd": "^0.1.3",
"karma": "^0.12.0",
"karma-chai-sinon": "^0.1.3",
"karma-coverage": "^0.2.1",
"karma-growler-reporter": "0.0.1",
"karma-mocha": "^0.1.3",
"karma-phantomjs-launcher": "^0.1.4",
"mocha": "^1.18.0",
"mocha-lcov-reporter": "0.0.1",
"protractor": "^2.1.0",
"sinon": "^1.9.0",
"sinon-chai": "^2.5.0",
"streamqueue": "0.0.5"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.githubusercontent.com/Textalk/angular-schema-form/master/LICENSE"
}
],
"autoupdate": {
"source": "git",
"target": "git://github.com/Textalk/angular-schema-form.git",
"basePath": "/dist/",
"files": [
"schema-form.min.js",
"schema-form.js",
"bootstrap-decorator.min.js",
"bootstrap-decorator.js"
]
}
}