-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
47 lines (47 loc) · 1.05 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
{
"name": "loopback-sdk-angular-cli",
"version": "3.3.1",
"description": "CLI tools for auto-generating Angular $resource services for LoopBack",
"bin": {
"lb-ng": "bin/lb-ng.js"
},
"scripts": {
"test": "mocha --timeout 5000",
"posttest": "eslint ."
},
"repository": {
"type": "git",
"url": "git://github.com/strongloop/loopback-sdk-angular-cli.git"
},
"keywords": [
"loopback",
"angular",
"cli"
],
"author": "IBM Corp.",
"license": "MIT",
"bugs": {
"url": "https://github.com/strongloop/loopback-sdk-angular-cli/issues"
},
"engines": {
"node": ">=6"
},
"dependencies": {
"loopback-sdk-angular": "^3.1.0",
"optimist": "^0.6.1",
"semver": "^5.5.0",
"strong-globalize": "^4.1.0"
},
"devDependencies": {
"bluebird": "^1.2.4",
"chai": "^4.1.2",
"debug": "^3.1.0",
"dirty-chai": "^2.0.1",
"eslint": "^4.19.1",
"eslint-config-loopback": "^10.0.0",
"fs.extra": "^1.2.1",
"loopback": "^3.0.0",
"loopback-boot": "^2.14.1",
"mocha": "^5.2.0"
}
}