stacker-utils
Version:
Stacker utils plugin
37 lines (36 loc) • 815 B
JSON
{
"name": "stacker-utils",
"version": "0.2.9",
"description": "Stacker utils plugin",
"main": "index.js",
"engines": {
"iojs": ">= 1.3.0"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/getstacker/stacker-utils.git"
},
"keywords": [
"stacker",
"plugin"
],
"author": "Joe Johnston <joe@simple10.com> (http://www.simple10.com/)",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/getstacker/stacker-utils/issues"
},
"homepage": "https://github.com/getstacker/stacker-utils",
"dependencies": {
},
"devDependencies": {
"chai": "^1.9.1",
"coffee-script": "^1.9.1",
"sinon": "^1.10.3",
"sinon-chai": "^2.5.0",
"chai-as-promised": "^4.1.1",
"stacker-globals": "^0.3.4"
}
}