steal-tools
Version:
Futuristic build tools for ES6 Module applications.
110 lines (109 loc) • 2.61 kB
JSON
{
"name": "steal-tools",
"description": "Futuristic build tools for ES6 Module applications.",
"version": "0.12.3",
"author": {
"name": "Bitovi",
"email": "contact@bitovi.com",
"web": "http://bitovi.com/"
},
"dependencies": {
"babel": "^5.8.23",
"chokidar": "^1.0.1",
"clean-css": "3.1.8",
"colors": "^0.6.2",
"find-line-column": "^0.5.2",
"fs-extra": "~0.16.3",
"glob": "^4.3.5",
"less": "^2.4.0",
"lodash": "2.4.1",
"moment": "^2.10.2",
"pdenodeify": "^0.1.0",
"source-map": "https://github.com/stealjs/source-map/archive/0.4.2-bitovi.1.tar.gz",
"steal": "^0.12.1",
"steal-bundler": "^0.2.0",
"system-parse-amd": "0.0.2",
"through2": "^2.0.0",
"tmp": "0.0.26",
"traceur": "0.0.91",
"transpile": "^0.9.0",
"uglify-js": "~2.4.13",
"urix": "^0.1.0",
"winston": "^0.7.3",
"ws": "^0.8.0",
"yargs": "^1.2.2"
},
"devDependencies": {
"bower": "1.3.8",
"browserify": "~8.1.0",
"comparify": "git://github.com/bitovi/comparify#master",
"connect": "^2.14.4",
"cssify": "^0.6.0",
"engine-dependencies": "^0.2.0",
"grunt": "~0.4.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "~0.3.0",
"grunt-release": "^0.7.0",
"grunt-simple-mocha": "^0.4.0",
"jquery": ">2.0",
"mocha": "^2.2.5",
"mock-fs": "^3.1.0",
"rimraf": "2.1",
"steal-qunit": "0.0.4",
"testee": "^0.2.0"
},
"engineDependencies": {
"node": {
"0.10.x": {
"devDependencies": {
"zombie": "^3.1.1"
}
},
"0.12.x": {
"devDependencies": {
"zombie": "^3.1.1"
}
}
},
"iojs": {
"^3.0.0": {
"devDependencies": {
"zombie": "^4.1.0"
}
}
}
},
"bin": {
"steal-tools": "bin/steal"
},
"main": "index",
"homepage": "http://stealjs.com/",
"repository": {
"type": "git",
"url": "git://github.com/stealjs/steal-tools.git"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/mit-license.php"
}
],
"scripts": {
"test": "grunt test && grunt test:browser",
"mocha": "grunt simplemocha",
"bower-install": "bower install",
"install-engine-dependencies": "install-engine-dependencies"
},
"engines": {
"node": "0.10.x - 0.12.x || ^3.0.0"
},
"system": {
"npmDependencies": [
"steal-qunit"
]
}
}