-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.46 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
{
"name": "angular-form-server-error",
"description": "angular directives for server side errors as ng-messages",
"version": "0.0.2",
"homepage": "https://github.com/sullivanpt/angular-form-server-error",
"author": {
"name": "Patrick Sullivan"
},
"repository": {
"type": "git",
"url": "https://github.com/sullivanpt/angular-form-server-error.git"
},
"bugs": {
"url": "https://github.com/sullivanpt/angular-form-server-error/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/angular/angular.js/blob/master/LICENSE"
}
],
"main": "dist/server-error.js",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"angular": "^1.3.14",
"angular-mocks": "^1.3.14",
"grunt": ">=0.4.2",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": ">=0.5.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-jshint": ">=0.7.2",
"grunt-contrib-uglify": ">=0.2.7",
"grunt-git-describe": "^2.3.2",
"grunt-jsdoc": ">=0.4.2",
"grunt-karma": "^0.10.1",
"grunt-push-release": ">=0.1.8",
"grunt-umd": ">=1.7.3",
"jasmine-core": "^2.1.3",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma-firefox-launcher": "^0.1.4",
"karma-ie-launcher": "^0.1.5",
"karma-jasmine": "^0.3.5",
"karma-safari-launcher": "^0.1.1",
"load-grunt-tasks": "^0.4.0",
"time-grunt": "^0.3.1"
},
"keywords": []
}