Sha256: 4d18fde342a88b97da0fb77da340c49469a44869b7ee527a0b8cec9ff5823bc4

Contents?: true

Size: 787 Bytes

Versions: 1

Compression:

Stored size: 787 Bytes

Contents

{
    "name":         "coffee",
    "description":  "CoffeeScript is a little language that compiles into JavaScript",
    "summary":      "Unfancy JavaScript",
    "keywords":     ["javascript", "language", "coffeescript", "compiler"],
    "author":       "Jeremy Ashkenas",
    "homepage":     "http://github.com/jashkenas/coffee-script",
    "version":      "1.0.1.pre",
    "licenses":     [{
      "type":       "MIT",
      "url":        "http://github.com/jashkenas/coffee-script/raw/master/LICENSE"
    }],
    "engines":      {
      "node":       ">=0.2.5"
    },
    "directories" : {
      "lib"  : "./lib",
      "test" : "./qunit"
    },
    "main" : "./lib/coffee-script",
    "bin":          {
      "coffee":     "./bin/coffee",
      "cake":       "./bin/cake"
    }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
spade-0.0.1 spec/fixtures/package.json