hapi.app
Version:
HAPI application generator
30 lines (29 loc) • 733 B
JSON
{
"name": "hapi.app",
"version": "0.2.3",
"description": "HAPI application generator",
"bin": { "hapi": "./bin/hapi" },
"engine" : [ "node >=0.8.0" ],
"preferGlobal": true,
"keywords": [
"HAPI"
],
"scripts": {
"test": "./node_modules/jasmine-node-karma/bin/jasmine-node-karma --coffee --test-dir test"
},
"devDependencies":{
"rewire": "1.1.x",
"coffee-script": "1.6.x",
"jasmine-node-karma": "1.6.x"
},
"dependencies":{
"async": "0.2.x",
"wrench": "1.4.x",
"prompt": "0.2.x",
"totem": "5.2.x",
"browserify": "2.12.x",
"npm": "1.2.x"
},
"author": "Huzutech Ltd",
"license": "BSD"
}