-
Notifications
You must be signed in to change notification settings - Fork 840
/
package.json
63 lines (63 loc) · 1.46 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
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "restangular",
"description": "Restful Resources service for AngularJS apps",
"version": "1.6.1",
"filename": "restangular.min.js",
"main": "./dist/restangular.js",
"homepage": "https://github.com/mgonto/restangular",
"author": "Martin Gontovnikas <[email protected]>",
"repository": {
"type": "git",
"url": "git://github.com/mgonto/restangular.git"
},
"engines": {
"node": ">= 0.9"
},
"keywords": [
"angular",
"client",
"browser",
"restful",
"resources",
"rest",
"api"
],
"maintainers": [
{
"name": "Martin Gontovnikas",
"website": "http://gon.to/"
}
],
"dependencies": {
"lodash": "~4.17.0"
},
"peerDependencies": {
"angular": ">=1.3.12"
},
"devDependencies": {
"angular-mocks": "^1.4.8",
"grunt": "^1.0.0",
"grunt-bower": "*",
"grunt-bower-task": "*",
"grunt-cli": "^1.2.0",
"grunt-contrib-concat": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "*",
"grunt-conventional-changelog": "latest",
"grunt-coveralls": "^1.0.1",
"grunt-karma": "latest",
"grunt-zip": "*",
"jasmine-core": "^2.5.2",
"karma": "^1.3.0",
"karma-chrome-launcher": "~2.0.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "~v1.0.0",
"karma-jasmine": "^1.1.0",
"karma-mocha-reporter": "^2.2.0",
"karma-phantomjs-launcher": "~v1.0.2"
},
"scripts": {
"test": "grunt test --verbose"
},
"license": "MIT"
}