forked from mean-expert-official/loopback-sdk-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.08 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
{
"name": "loopback-sdk-builder",
"version": "2.0.0-rc.3.2",
"description": "Tool for auto-generating Software Development Kits (SDKs) for LoopBack",
"bin": {
"lb-ng": "bin/lb-ng",
"lb-sdk": "bin/lb-sdk"
},
"main": "index.js",
"scripts": {
"prepublish": "",
"test": "npm run test:angular2",
"pretest": "cd tests/angular2 && npm install",
"test:angular2": "cd tests/angular2 && npm install ../../ && npm run test"
},
"repository": {
"type": "git",
"url": "git://github.com/jonathan-casarrubias/loopback-sdk-builder.git"
},
"keywords": [
"loopback",
"cli",
"angular",
"angular2",
"nativescript",
"{N}"
],
"author": {
"name": "Pradeep Sharma",
"email": "pradeep@sprytechies.com",
"url": "http://sprytechies.com"
},
"contributors": [],
"license": "MIT",
"bugs": {
"url": "https://github.com/sprypradeep/loopback-sdk-builder/issues"
},
"dependencies": {
"ejs": "^1.0",
"mkdirp": "^0.5.1",
"optimist": "^0.6.1",
"rimraf": "^2.5.3",
"semver": "^2.2.1"
},
"devDependencies": {}
}