forked from strongloop/gulp-loopback-sdk-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 866 Bytes
/
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
{
"name": "gulp-loopback-sdk-angular",
"version": "0.1.2",
"description": "gulp plugin for auto-generating Angular $resource services for LoopBack",
"license": "MIT",
"repository": "strongloop/gulp-loopback-sdk-angular",
"author": {
"name": "Zi Ming Lin",
"email": "[email protected]",
"url": "https://github.com/zimlin"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"files": [
"index.js"
],
"keywords": [
"gulpplugin",
"angular",
"loopback"
],
"dependencies": {
"gulp-util": "^3.0.1",
"loopback-sdk-angular": "git+https://github.com/EdtechFoundry/loopback-sdk-angular.git#use-cached-resource",
"through2": "^1.1.1",
"watchjs": "0.0.0"
},
"devDependencies": {
"loopback": "^2.2.0",
"loopback-datasource-juggler": "^2.9.0",
"mocha": "*"
}
}