forked from strongloop/grunt-loopback-sdk-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.19 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.19 KB
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": "grunt-loopback-angular",
"description": "Grunt plugin for auto-generating Angular $resource services for LoopBack",
"version": "0.1.0",
"homepage": "https://github.com/strongloop/grunt-loopback-angular",
"author": {
"name": "StrongLoop, Inc.",
"email": "callback@strongloop.com",
"url": "http://strongloop.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/strongloop/grunt-loopback-angular.git"
},
"bugs": {
"url": "https://github.com/strongloop/grunt-loopback-angular/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/strongloop/grunt-loopback-angular/blob/master/LICENSE"
}
],
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"loopback-angular": "~0.2.0"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt": "~0.4.2",
"loopback-datasource-juggler": "~1.2.13",
"loopback": "~1.6.0",
"chai": "~1.9.0"
},
"peerDependencies": {
"grunt": "~0.4.2"
},
"keywords": [
"gruntplugin",
"angular",
"loopback"
]
}