nodejs-tpkg-builder
Version:
a build tool for node apps using tpkg (http://tpkg.github.io/)
33 lines (32 loc) • 723 B
JSON
{
"name": "nodejs-tpkg-builder",
"version": "1.4.2",
"description": "a build tool for node apps using tpkg (http://tpkg.github.io/)",
"main": "lib/tpkg-builder.js",
"directories": {
"test": "test"
},
"dependencies": {
"applause": "^0.3.4",
"async": "^0.9.0",
"lodash": "^3.9.1",
"shelljs": "^0.3.0"
},
"devDependencies": {},
"scripts": {
"test": "node test"
},
"repository": {
"type": "git",
"url": "https://github.com/zg01/nodejs-tpkg-builder.git"
},
"keywords": [
"tpkg"
],
"author": "ZG",
"license": "MIT",
"bugs": {
"url": "https://github.com/zg01/nodejs-tpkg-builder/issues"
},
"homepage": "https://github.com/zg01/nodejs-tpkg-builder"
}