UNPKG

1.23 kBJSONView Raw
1{
2 "name": "coffyn",
3 "version": "0.3.10",
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/coffyn",
14 "repository": {
15 "type": "git",
16 "url": "git@github.com:yyolk/coffyn.git"
17 },
18 "bugs": {
19 "url": "http://github.com/yyolk/coffyn/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 "coffyn": "./bin/coffin"
31 },
32 "scripts": {
33 "test": "(cd test; coffee templateTests.coffee)"
34 },
35 "dependencies": {
36 "coffee-script": "1.10.x",
37 "commander": "0.4.x",
38 "pkginfo": "0.2.x",
39 "colors": "0.5.x"
40 },
41 "devDependencies": {
42 "vows": "0.5.x"
43 }
44}