-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 927 Bytes
/
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
{
"name": "ng-form-errors",
"version": "1.0.1",
"description": "Easy form validation is a combination of two directives.",
"main": "index.js",
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "https://github.com/linkmesrl/ng-form-errors.git"
},
"author": "LinkMe",
"license": "MIT",
"bugs": {
"url": "https://github.com/linkmesrl/ng-form-errors/issues"
},
"homepage": "https://github.com/linkmesrl/ng-form-errors",
"devDependencies": {
"chai": "2.2.0",
"grunt-angular-templates": "^0.5.7",
"gulp": "^3.8.11",
"gulp-angular-templatecache": "^1.6.0",
"gulp-connect": "2.2.0",
"gulp-protractor": "0.0.12",
"karma": "0.12.31",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "0.1.7",
"karma-mocha": "0.1.10",
"protractor": "2.0.0"
},
"dependencies": {
"angular": "^1.3.15",
"angular-mocks": "^1.3.15"
}
}