-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
51 lines (51 loc) · 1.26 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
{
"name": "angular-validator",
"version": "0.2.9",
"description": "AngularJS validator.",
"main": "dist/angular-validator.js",
"homepage": "https://github.com/kelp404/angular-validator",
"repository": {
"type": "git",
"url": "git://github.com/kelp404/angular-validator.git"
},
"scripts": {
"test": "grunt karma"
},
"keywords": [
"AngularJS",
"CoffeeScript"
],
"author": {
"name": "Kelp",
"url": "https://github.com/kelp404"
},
"contributors": [
{
"name": "others",
"url": "https://github.com/kelp404/angular-validator/graphs/contributors"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/kelp404/angular-validator/issues"
},
"devDependencies": {
"angular": "1.5.11",
"angular-mocks": "1.5.11",
"grunt": "0.4.5",
"grunt-contrib-coffee": "1.0.0",
"grunt-contrib-connect": "0.8.0",
"grunt-contrib-uglify": "0.6.0",
"grunt-contrib-watch": "1.0.0",
"grunt-karma": "2.0.0",
"jasmine-core": "2.9.1",
"jquery": "3.3.1",
"karma": "2.0.0",
"karma-coffee-preprocessor": "1.0.1",
"karma-jasmine": "1.1.1",
"karma-phantomjs-launcher": "1.0.4",
"npm-check-updates": "2.14.0",
"phantomjs-prebuilt": "2.1.16",
"time-grunt": "1.4.0"
}
}