-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
53 lines (53 loc) · 1.42 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
{
"author": "Joseph Spencer",
"description": "Async form handling the angular way.",
"dependencies": {},
"devDependencies": {
"bower": "^1.8.2",
"chai": "^4.1.2",
"coveralls": "^3.0.0",
"express": "^4.12.2",
"gulp": "^3.9.1",
"gulp-ng-annotate": "^2.1.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^3.0.0",
"jasmine-core": "^2.99.1",
"karma": "^2.0.0",
"karma-chai": "^0.1.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.1.1",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sinon": "^1.0.5",
"karma-sinon-chai": "^1.3.3",
"phantom": "^4.0.12",
"rimraf": "^2.6.2",
"run-sequence": "^2.2.1",
"sinon": "^4.3.0",
"sinon-chai": "^2.14.0",
"uglify": "^0.1.5"
},
"keywords": [
"angular",
"async",
"form",
"handling"
],
"license": "MIT",
"main": "lib/angular-async-form.js",
"name": "angular-async-form",
"scripts": {
"preinstall": "bower install",
"cover": "gulp clean && gulp test && cat ./coverage/*/lcov.info | coveralls -v && rm -rf coverage",
"start": "node ./example/app.js",
"test": "gulp test"
},
"version": "0.5.1",
"repository": {
"type": "git",
"url": "git+https://github.com/kogosoftwarellc/angular-async-form.git"
},
"bugs": {
"url": "https://github.com/kogosoftwarellc/angular-async-form/issues"
},
"homepage": "https://github.com/kogosoftwarellc/angular-async-form#readme"
}