-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 888 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 888 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"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"
}
}