We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b4467b commit 3f1b748Copy full SHA for 3f1b748
Procfile
@@ -0,0 +1 @@
1
+web: ./node_modules/coffee-script/bin/coffee index.coffee
README.md
@@ -0,0 +1,3 @@
+# GJ(bu)
2
+
3
+You are GIF JOCKEY!!!!
package.json
@@ -7,5 +7,8 @@
7
"test": "echo \"Error: no test specified\" && exit 1"
8
},
9
"author": "jigsaw (http://jgs.me)",
10
- "license": "MIT"
+ "license": "MIT",
11
+ "dependencies": {
12
+ "coffee-script": "^1.7.1"
13
+ }
14
}
0 commit comments