stacker-globals
Version:
Stacker globals plugin
33 lines (32 loc) • 757 B
JSON
{
"name": "stacker-globals",
"version": "0.3.5",
"description": "Stacker globals plugin",
"main": "index.js",
"engines": {
"iojs": ">= 1.3.0"
},
"repository": {
"type": "git",
"url": "git://github.com/getstacker/stacker-globals.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-globals/issues"
},
"homepage": "https://github.com/getstacker/stacker-globals",
"dependencies": {
"bluebird": "^2.9.12",
"lodash": "^3.3.0",
"stacker-logger": "^0.1.3",
"stacker-utils": "^0.2.8"
},
"devDependencies": {
"coffee-script": "^1.9.1"
}
}