2016-07-13 21:17:24 +00:00
|
|
|
{
|
|
|
|
"name": "npmdocker",
|
2017-03-28 23:49:32 +00:00
|
|
|
"version": "1.2.7",
|
2016-07-13 22:14:11 +00:00
|
|
|
"description": "develop npm modules cross platform with docker",
|
2016-07-13 21:17:24 +00:00
|
|
|
"main": "dist/index.js",
|
2016-07-28 16:01:02 +00:00
|
|
|
"typings": "dist/index.d.ts",
|
2016-07-19 17:53:09 +00:00
|
|
|
"bin": {
|
|
|
|
"npmdocker": "dist/cli.js"
|
|
|
|
},
|
2016-07-13 21:17:24 +00:00
|
|
|
"directories": {
|
|
|
|
"test": "test"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2017-02-12 15:04:27 +00:00
|
|
|
"test": "(npm run clean && npm run compile && npm run setupCheck && npm run testStandard && npm run testSpeed && npm run testClean)",
|
2017-02-11 22:37:01 +00:00
|
|
|
"testStandard": "(cd test/ && node ../dist/index.js)",
|
2017-02-12 15:04:27 +00:00
|
|
|
"testSpeed": "(cd test/ && node ../dist/index.js speedtest)",
|
2017-02-11 22:37:01 +00:00
|
|
|
"testClean": "(cd test/ && node ../dist/index.js clean --all)",
|
2016-07-19 17:21:06 +00:00
|
|
|
"clean": "(rm -rf test/)",
|
|
|
|
"compile": "(npmts --notest)",
|
2017-02-11 22:37:01 +00:00
|
|
|
"setupCheck": "(git clone https://gitlab.com/sandboxzone/sandbox-npmts.git test/)"
|
2016-07-13 21:17:24 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2017-02-11 19:23:10 +00:00
|
|
|
"url": "git+ssh://git@gitlab.com/gitzone/npmdocker.git"
|
2016-07-13 21:17:24 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"docker"
|
|
|
|
],
|
|
|
|
"author": "Lossless GmbH",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2017-02-11 19:23:10 +00:00
|
|
|
"url": "https://gitlab.com/gitzone/npmdocker/issues"
|
2016-07-13 21:17:24 +00:00
|
|
|
},
|
2017-02-11 19:23:10 +00:00
|
|
|
"homepage": "https://gitlab.com/gitzone/npmdocker#README",
|
2017-03-28 23:01:42 +00:00
|
|
|
"devDependencies": {},
|
2016-07-13 22:14:11 +00:00
|
|
|
"dependencies": {
|
2016-08-04 20:25:15 +00:00
|
|
|
"@types/shelljs": "0.x.x",
|
2017-03-28 23:01:37 +00:00
|
|
|
"beautylog": "^6.1.5",
|
|
|
|
"npmextra": "^2.0.5",
|
|
|
|
"projectinfo": "^3.0.2",
|
2017-02-11 19:23:10 +00:00
|
|
|
"qenv": "^1.1.3",
|
2017-02-11 22:37:01 +00:00
|
|
|
"smartcli": "^2.0.1",
|
2017-03-28 23:01:37 +00:00
|
|
|
"smartfile": "^4.1.9",
|
|
|
|
"smartq": "^1.1.1",
|
|
|
|
"smartshell": "^1.0.6",
|
|
|
|
"smartstring": "^2.0.24",
|
2017-02-11 19:23:10 +00:00
|
|
|
"typings-global": "^1.0.14"
|
2016-07-13 22:14:11 +00:00
|
|
|
}
|
2016-07-13 21:17:24 +00:00
|
|
|
}
|