-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.16 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.16 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
51
{
"name": "loopback-sdk-angular-cli",
"version": "2.0.1",
"description": "CLI tools for auto-generating Angular $resource services for LoopBack",
"bin": {
"lb-ng": "bin/lb-ng.js"
},
"scripts": {
"pretest": "jshint .",
"test": "mocha --timeout 5000"
},
"repository": {
"type": "git",
"url": "git://github.com/strongloop/loopback-sdk-angular-cli.git"
},
"keywords": [
"loopback",
"angular",
"cli"
],
"author": {
"name": "StrongLoop, Inc.",
"email": "callback@strongloop.com",
"url": "http://strongloop.com/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/strongloop/loopback-sdk-angular-cli/issues"
},
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"bluebird": "^1.2.4",
"loopback-sdk-angular": "^1.1.1",
"optimist": "^0.6.1",
"semver": "^2.2.1",
"strong-globalize": "^2.6.0"
},
"devDependencies": {
"bluebird": "^1.2.1",
"chai": "^1.9.1",
"debug": "^0.8.0",
"fs.extra": "^1.2.1",
"jshint": "^2.5.0",
"loopback": "^2.25.0",
"loopback-boot": "^2.14.1",
"loopback-datasource-juggler": "^2.42.0",
"mocha": "^1.18.2"
}
}