hut-build
Version:
HTML UI Toolkit build tool
49 lines (48 loc) • 1.05 kB
JSON
{
"name": "hut-build",
"version": "0.3.2",
"description": "HTML UI Toolkit build tool",
"main": "index.js",
"scripts": {
"test": "tap --timeout 1200 test.js"
},
"bin": {
"hut-build": "bin/hut-build"
},
"repository": {
"type": "git",
"url": "https://github.com/conradz/hut-build.git"
},
"keywords": [
"build",
"hut",
"browser"
],
"author": "Conrad Zimmerman <me@conradz.com>",
"license": "BSD",
"bugs": {
"url": "https://github.com/conradz/hut-build/issues"
},
"dependencies": {
"mkdirp": "~0.3.5",
"browserify": "~3.1.2",
"build-jshint": "~0.1.0",
"rework-vars": "~1.1.0",
"rework-npm": "~0.1.0",
"rework": "~0.18.1",
"async": "~0.2.9",
"sauce-tap-runner": "~0.1.0",
"gaze": "~0.4.3",
"nomnom": "~1.6.1",
"through": "~2.3.4",
"serve-script": "~0.1.1",
"st": "~0.2.3",
"redirecter": "~0.2.3",
"routes-router": "~1.5.3"
},
"devDependencies": {
"tap": "~0.4.4",
"request": "~2.29.0",
"tape": "~2.3.0"
}
}