gear-lib
Version:
Collection of common Gear.js tasks
35 lines (34 loc) • 863 B
JSON
{
"name": "gear-lib",
"version": "0.9.2",
"description": "Collection of common Gear.js tasks",
"author": "Stephen Murphy <stephen@hypernaut.com>",
"keywords": ["gear", "task", "build"],
"repository": {"type": "git", "url": "http://github.com/yahoo/gear-lib.git"},
"bugs": {"url": "http://github.com/yahoo/gear-lib/issues"},
"main": "index",
"engines": {"node": ">=0.10.0"},
"scripts": {
"test": "mocha --require should"
},
"dependencies": {
"gear": ">= 0.8.x",
"jslint": "0.3.x",
"jshint": "2.5.x",
"uglify-js": "2.4.x",
"csslint": "0.10.x",
"less": "1.7.x",
"handlebars": "2.0.x",
"mime": "1.2.x",
"knox": "0.8.x",
"async": "0.8.x",
"glob": "3.2.x"
},
"devDependencies": {
"browserify": "*",
"should": "*",
"mocha": "*",
"mocha-istanbul": "*",
"istanbul": "*"
}
}