forked from GabiGrin/angular-validation-messages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.19 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
{
"name": "angular-validation-messages",
"version": "0.0.1",
"description": "",
"main": "dist/angular-validation-messages.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/GabiGrin/angular-validation-messages.git"
},
"author": "",
"license": "ISC",
"devDependencies": {
"connect-livereload": "^0.5.0",
"coveralls": "^2.11.2",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-coveralls": "^1.0.0",
"grunt-karma": "^0.9.0",
"grunt-ng-annotate": "^0.7.0",
"grunt-notify": "^0.3.1",
"grunt-regarde": "^0.1.1",
"jshint-growl-reporter": "^0.1.1",
"karma": "^0.12.24",
"karma-chrome-launcher": "^0.1.5",
"karma-coverage": "^0.2.6",
"karma-jasmine": "^0.1.5",
"karma-notify-reporter": "^0.1.1",
"karma-osx-reporter": "^0.1.0",
"karma-phantomjs-launcher": "^0.1.4",
"matchdep": "^0.3.0"
}
}