-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 881 Bytes
/
package.json
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
{
"name": "coffee-json-dsl-cfn-runlevel",
"version": "0.1.1",
"description": "coffee-json-dsl-cfn plugin to support Runlevel of stack resources.",
"main": "src/coffee-json-dsl-cfn-runlevel.js",
"scripts": {
"test": "jasmine"
},
"author": "rld2drkw",
"license": "MIT",
"devDependencies": {
"jake": "^8.0.12",
"jasmine": "^2.4.1"
},
"dependencies": {
"coffee-script": "^1.10.0",
"coffee-json-dsl": "^0.1.0",
"coffee-json-dsl-cfn": "^0.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rld2drkw/coffee-json-dsl-cfn-runlevel.git"
},
"keywords": [
"AWS",
"CloudFormation",
"template",
"coffee-json-dsl-cfn"
],
"bugs": {
"url": "https://github.com/rld2drkw/coffee-json-dsl-cfn-runlevel/issues"
},
"homepage": "https://github.com/rld2drkw/coffee-json-dsl-cfn-runlevel#readme"
}