-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.54 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
{
"name": "forms-js-angular-1x",
"version": "0.0.1",
"homepage": "https://github.com/forms-js/forms-js-angular-1x",
"description": "JavaScript library to simplify creating and validating HTML forms - Angular 1.x adaptor.",
"authors": [
"Brian Vaughn <[email protected]>",
"David Jensen <[email protected]>",
"Kent Dodds <[email protected]>",
"Mark Chapman <[email protected]>",
"Mohsen Azimi <[email protected]>"
],
"keywords": [
"form",
"forms",
"crud",
"validation"
],
"license": "Apache License Version 2.0,",
"main": "gulpfile.js",
"directories": {},
"dependencies": {
"forms-js": "git://github.com/forms-js/forms-js.git"
},
"devDependencies": {
"es6-promise": "~2.0.1",
"gulp": "~3.8.10",
"gulp-clean": "~0.3.1",
"gulp-karma": "0.0.4",
"gulp-shell": "~0.3.0",
"gulp-tsc": "~0.9.2",
"gulp-uglify": "~1.1.0",
"gulp-umd": "~0.1.3",
"gulp-webserver": "^0.9.0",
"jasmine": "2.1.1",
"karma": "~0.12.31",
"karma-jasmine": "~0.3.5",
"karma-jasmine-ajax": "~0.1.11",
"karma-phantomjs-launcher": "~0.1.4",
"phantomjs": "~1.9.13",
"run-sequence": "~1.0.2",
"uglify-js2": "~2.1.11",
"protractor": "~2.0.0",
"gulp-angular-protractor": "0.0.2"
},
"scripts": {
"test": "gulp test",
"prepublish": "npm test"
},
"repository": {
"type": "git",
"url": "https://github.com/forms-js/forms-js-angular-1x.git"
},
"bugs": {
"url": "https://github.com/forms-js/forms-js-angular-1x/issues"
}
}