simplebuild
Version:
Universal task automation
41 lines (40 loc) • 811 B
JSON
{
"name": "simplebuild",
"version": "0.5.3",
"description": "Universal task automation",
"main": "lib/simplebuild.js",
"repository": {
"type": "git",
"url": "https://github.com/jamesshore/simplebuild.git"
},
"directories": {
"example": "examples"
},
"scripts": {
"test": "node build.js"
},
"keywords": [
"build",
"task",
"automation"
],
"author": "James Shore",
"license": "MIT",
"devDependencies": {
"chai": "^3.2.0",
"expect.js": "~0.2.0",
"gaze": "^0.5.1",
"grunt": "~0.4.2",
"grunt-cli": "~0.1.11",
"jake": "~0.7.6",
"jshint": "~2.3.0",
"mocha": "~1.15.0",
"semver": "^5.3.0"
},
"dependencies": {
"array-to-sentence": "^1.0.1",
"glob": "~3.2.7",
"object-assign": "^4.0.1",
"q": "~0.9.7"
}
}