UNPKG

1.2 kBJSONView Raw
1{
2 "name": "coffyn",
3 "version": "0.3.6",
4 "description": "Coffee dsl for aws cloudformation",
5 "keywords": ["coffeescript", "coffee-script", "aws", "cloudformation"],
6 "author": "Joseph Yølk Chiocchi <joe@yolk.cc> (https://github.com/yyolk)",
7 "contributors": [
8 "Chris Jones <chris.f.jones@gmail.com> (https://github.com/chrisfjones/)",
9 "Addison Higham (https://github.com/addisonj)",
10 "Aaron Bento (https://github.com/rkive)",
11 "Ole Michaelis (https://github.com/nesQuick)"
12 ],
13 "homepage": "http://yyolk.github.com/coffin",
14 "repository": {
15 "type": "git",
16 "url": "git@github.com:yyolk/coffin.git"
17 },
18 "bugs": {
19 "url": "http://github.com/yyolk/coffin/issues"
20 },
21 "engines": {
22 "node": ">=0.8.0"
23 },
24 "directories" : {
25 "lib" : "./lib"
26 },
27 "main" : "./lib/coffin",
28 "bin": {
29 "coffin": "./bin/coffin"
30 },
31 "scripts": {
32 "test": "(cd test; coffee templateTests.coffee)"
33 },
34 "dependencies": {
35 "coffee-script": "1.10.x",
36 "commander": "0.4.x",
37 "pkginfo": "0.2.x",
38 "colors": "0.5.x"
39 },
40 "devDependencies": {
41 "vows": "0.5.x"
42 }
43}