@mean-expert/loopback-sdk-builder
Version:
Tool for auto-generating Software Development Kits (SDKs) for LoopBack
122 lines (121 loc) • 3.31 kB
JSON
{
"name": "@mean-expert/loopback-sdk-builder",
"version": "2.3.1",
"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:all",
"pretest": "cd tests/fireloop && npm install && npm install ../../ && npm run build:sdk",
"pretest:ng2webORM": "cd tests/fireloop && npm run build:sdk:ng2webORM",
"pretest:ng2webNGRX": "cd tests/fireloop && npm run build:sdk:ng2webNGRX",
"load:api": "cd tests/fireloop && NODE_ENV=ci node server/server",
"test:ng2web": "cd tests/ng2web && npm test",
"test:ng2webNGRX": "cd tests/ng2web && npm run test:ngrx",
"test:ng2webORM": "cd tests/ng2web && npm run test:orm",
"test:react-web": "cd tests/react-web && npm test",
"test:all": "npm run test:ng2web && npm run test:react-web && npm run test:ng2webNGRX && npm run test:ng2webORM"
},
"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": "jcasarrubias@mean.expert",
"url": "http://mean.expert"
},
"contributors": [
{
"name": "João Ribeiro",
"email": "jonnybgod@gmail.com",
"url": "http://jonnybgod.ghost.io"
},
{
"name": "Nikolay Matiushenkov",
"email": "mnvxxx@gmail.com",
"url": "https://github.com/mnvx"
},
{
"name": "Sylvain Dumont",
"email": "sylvain.dumont35@gmail.com",
"url": "https://www.weboaks.com"
},
{
"name": "Yonggang Luo",
"email": "luoyonggang@gmail.com",
"url": "https://github.com/lygstate"
},
{
"name": "Chris Tunbridge",
"email": "blasterjr@gmail.com",
"url": "https://github.com/Destreyf"
},
{
"name": "Miguel Serrano",
"email": "miguelangelserrano4@gmail.com",
"url": "https://github.com/Serranom4"
},
{
"name": "Julien Ledun",
"email": "j.ledun@iosystems.fr",
"url": "https://github.com/jledun"
},
{
"name": "Paul Robinson",
"email": "probinson@nextfaze.com",
"url": "http://nextfaze.com"
},
{
"name": "Corentin Hatte",
"email": "contact@corentin-hatte.eu",
"url": "https://github.com/viki53"
},
{
"name": "Fabian Scheidt",
"email": "fabianscheidt@yahoo.de",
"url": "https://github.com/fabianscheidt"
},
{
"name": "Michał Frączkiewicz",
"email": "fraczkiewicz.m@gmail.com",
"url": "https://github.com/bonaventoora"
}
],
"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": {
"chalk": "1.1.3",
"ejs": "1.0",
"extfs": "0.0.7",
"mkdirp": "0.5.1",
"optimist": "0.6.1",
"rimraf": "^2.6.1",
"rxjs": "^5.5.9",
"semver": "^5.4.1",
"underscore": "^1.8.3",
"underscore.inflections": "^0.2.1"
},
"devDependencies": {}
}