-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 864 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 864 Bytes
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
{
"name": "smartum-angular-validators",
"description": "Angular.js validators.",
"version": "0.6.1",
"private": true,
"homepage": "https://github.com/Smartum/smartum-angular-validators",
"repository": {
"type": "git",
"url": "git clone git@github.com:Smartum/smartum-angular-validators.git"
},
"bugs": {
"url": "https://github.com/Smartum/smartum-angular-validators/issues"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-bump": "0.3.1",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-jshint": "0.11.2",
"grunt-contrib-uglify": "0.9.1",
"grunt-jsbeautifier": "^0.2.10",
"jasmine-core": "2.3.4",
"jshint": "2.7.0",
"karma": "0.12.31",
"karma-jasmine": "0.3.5",
"karma-phantomjs-launcher": "0.1.4",
"karma-requirejs": "0.2.2",
"matchdep": "0.3.0",
"requirejs": "2.1.17"
}
}