stacker-parser
Version:
Stacker template file parser plugin
39 lines (38 loc) • 888 B
JSON
{
"name": "stacker-parser",
"version": "0.3.5",
"description": "Stacker template file parser plugin",
"main": "index.js",
"engines": {
"iojs": ">= 1.3.0"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/getstacker/stacker-parser.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-parser/issues"
},
"homepage": "https://github.com/getstacker/stacker-parser",
"dependencies": {
"js-yaml": "^3.2.7",
"stacker-est": "^0.2.5"
},
"devDependencies": {
"coffee-script": "^1.9.1",
"chai": "^1.10.0",
"sinon": "^1.11.1",
"sinon-chai": "^2.6.0",
"chai-as-promised": "^4.1.1",
"stacker-globals": "^0.3.5"
}
}