tpkg-builder
Version:
a build tool for node apps using tpkg (http://tpkg.github.io/)
38 lines (37 loc) • 828 B
JSON
{
"name": "tpkg-builder",
"description": "a build tool for node apps using tpkg (http://tpkg.github.io/)",
"version": "2.1.0",
"author": "Greg Jopa (http://gregjopa.com/)",
"homepage": "http://github.com/gregjopa/node-tpkg-builder",
"repository": {
"type": "git",
"url": "git://github.com/gregjopa/node-tpkg-builder.git"
},
"bugs": {
"url": "http://github.com/gregjopa/node-tpkg-builder/issues"
},
"main": "lib/tpkg-builder.js",
"scripts": {
"test": "node test"
},
"bin": {
"tpkg-builder": "./bin/tpkg-builder"
},
"engines": {
"node": ">=0.10.0"
},
"license": "MIT",
"keywords": [
"tpkg"
],
"dependencies": {
"applause": "^1.2.0",
"async": "^1.4.2",
"shelljs": "^0.5.3"
},
"devDependencies": {
"jshint": "^2.8.0",
"tap": "^1.4.1"
}
}