aboutsummaryrefslogtreecommitdiff
path: root/tools/eliminator/node_modules/coffee-script/package.json
blob: 58210ed7f36cc760e384b2bc7353d73972dba83d (plain)
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
{
  "name":         "coffee-script",
  "description":  "Unfancy JavaScript",
  "keywords":     ["javascript", "language", "coffeescript", "compiler"],
  "author":       "Jeremy Ashkenas",
  "version":      "1.1.2",
  "licenses":     [{
    "type":       "MIT",
    "url":        "http://github.com/jashkenas/coffee-script/raw/master/LICENSE"
  }],
  "engines":      {
    "node":       ">=0.2.5"
  },
  "directories" : {
    "lib" : "./lib"
  },
  "main" : "./lib/coffee-script",
  "bin":          {
    "coffee":     "./bin/coffee",
    "cake":       "./bin/cake"
  },
  "homepage":     "http://coffeescript.org",
  "repository":   {
    "type": "git",
    "url": "git://github.com/jashkenas/coffee-script.git"
  }
}