forked from mean-expert-official/loopback-sdk-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
110 lines (110 loc) · 2.7 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "@mean-expert/loopback-sdk-builder",
"version": "2.1.0-rc.10.2",
"description": "Tool for auto-generating Software Development Kits (SDKs) for LoopBack",
"bin": {
"lb-sdk": "bin/lb-sdk"
},
"main": "index.js",
"scripts": {
"prepublish": "",
"test": "npm run load:api & npm run test:ng2web",
"pretest": "cd tests/fireloop && npm install && npm install ../../ && npm run build:sdk",
"load:api": "cd tests/fireloop && NODE_ENV=ci node server/server",
"test:ng2web": "cd tests/ng2web && npm test"
},
"repository": {
"type": "git",
"url": "git://github.com/mean-expert-official/loopback-sdk-builder.git"
},
"keywords": [
"loopback",
"cli",
"angular",
"angular2",
"nativescript",
"{N}"
],
"author": {
"name": "Jonathan Casarrubias",
"email": "[email protected]",
"url": "http://mean.expert"
},
"contributors": [
{
"name": "João Ribeiro",
"email": "[email protected]",
"url": "http://jonnybgod.ghost.io"
},
{
"name": "Nikolay Matiushenkov",
"email": "[email protected]",
"url": "https://github.com/mnvx"
},
{
"name": "Sylvain Dumont",
"email": "[email protected]",
"url": "https://www.weboaks.com"
},
{
"name": "Yonggang Luo",
"email": "[email protected]",
"url": "https://github.com/lygstate"
},
{
"name": "Chris Tunbridge",
"email": "[email protected]",
"url": "https://github.com/Destreyf"
},
{
"name": "Miguel Serrano",
"email": "[email protected]",
"url": "https://github.com/Serranom4"
},
{
"name": "Julien Ledun",
"email": "[email protected]",
"url": "https://github.com/jledun"
},
{
"name": "Paul Robinson",
"email": "[email protected]",
"url": "http://nextfaze.com"
},
{
"name": "Corentin Hatte",
"email": "[email protected]",
"url": "https://github.com/viki53"
},
{
"name": "Fabian Scheidt",
"email": "[email protected]",
"url": "https://github.com/fabianscheidt"
}
],
"files": [
"bin",
"lib",
"index.js",
"CHANGELOG.md",
"LICENSE.md",
"README.md"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/mean-expert-official/loopback-sdk-builder/issues"
},
"dependencies": {
"@mean-expert/loopback-component-realtime": "^1.0.0-beta.8",
"chalk": "1.1.3",
"ejs": "1.0",
"extfs": "0.0.7",
"mkdirp": "0.5.1",
"optimist": "0.6.1",
"rimraf": "2.5.3",
"semver": "4.3.2",
"underscore": "^1.8.3",
"underscore.inflections": "^0.2.1"
},
"devDependencies": {}
}