forked from guylabs/angular-spring-data-rest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.37 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
{
"name": "angular-spring-data-rest",
"version": "0.4.2",
"description": "An AngularJS module to ease the work with a Spring Data REST backend.",
"keywords": [
"AngularJS",
"angular",
"Spring",
"Spring Data",
"REST",
"Spring Data REST"
],
"homepage": "http://guylabs.ch/project/angular-spring-data-rest",
"bugs": "https://github.com/guylabs/angular-spring-data-rest/issues",
"author": {
"name": "Guy Brand",
"email": "[email protected]",
"url": "http://guylabs.ch"
},
"repository": {
"type": "git",
"url": "https://github.com/guylabs/angular-spring-data-rest.git"
},
"main": "dist/angular-spring-data-rest.min.js",
"devDependencies": {
"bower": "~1.3.12",
"coveralls": "^2.11.2",
"grunt": "~0.4.5",
"grunt-bower-install-simple": "~1.1.0",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-uglify": "~0.8.0",
"grunt-karma": "~0.10.1",
"karma": "~0.12.31",
"karma-chrome-launcher": "~0.1.7",
"karma-coverage": "^0.2.7",
"karma-firefox-launcher": "~0.1.4",
"karma-jasmine": "~0.3.5",
"karma-phantomjs-launcher": "~0.1.4",
"load-grunt-tasks": "~3.1.0",
"time-grunt": "~1.1.0"
},
"dependencies": {},
"license": {
"type": "MIT",
"url": "https://github.com/guylabs/angular-spring-data-rest/blob/master/LICENSE"
},
"scripts": {
"test": "grunt test"
}
}