UNPKG

761 BJSONView Raw
1{
2 "author" : "Anderson Arboleya <anderson@arboleya.me>",
3 "name" : "coffee-toaster",
4 "description" : "Dependency manager and build system for CoffeeScript.",
5 "version" : "0.5.5",
6
7 "repository" : {
8 "type" : "git",
9 "url" : "http://github.com/serpentem/coffee-toaster"
10 },
11
12 "main" : "./lib/toaster",
13 "directories" : {
14 "lib" : "./lib/"
15 },
16
17 "bin" : {
18 "toaster" : "./bin/toaster"
19 },
20
21 "engines" : {
22 "node" : ">= 0.4.9"
23 },
24
25 "dependencies" : {
26 "coffee-script" : "1.x",
27 "colors" : "0.5.x",
28 "uglify-js" : "1.1.1",
29 "optimist" : "0.2.x",
30 "growl" : "1.2.0"
31 }
32}
\No newline at end of file