-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 900 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
{
"name": "angular-validate-directive",
"version": "0.1.0",
"description": "simple AngularJS validation directive",
"main": "validate.js",
"scripts": {
"test": "./node_modules/karma/bin/karma start --browsers Chrome --single-run"
},
"repository": {
"type": "git",
"url": "git://github.com/dbrans/angular-validate-directive.git"
},
"keywords": [
"angular",
"angularjs",
"validate",
"directive"
],
"author": "Derek Brans",
"bugs": {
"url": "https://github.com/dbrans/angular-validate-directive/issues"
},
"homepage": "https://github.com/dbrans/angular-validate-directive",
"devDependencies": {
"karma": "^0.12.24",
"karma-jasmine": "^0.1.5",
"karma-firefox-launcher": "^0.1.3",
"karma-chrome-launcher": "^0.1.5"
},
"licenses" : [{
"type": "Apache",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}]
}