forked from jashkenas/coffeescript
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.cson
27 lines (27 loc) · 926 Bytes
/
package.cson
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: 'extra-coffee-script'
description: 'eXtraCoffeeScript - CoffeeScript with eXtras: Import, CSON, etc.'
keywords: ['javascript', 'language', 'coffeescript', 'compiler']
author: 'Wilson Young'
version: '1.6.2'
licenses:
type: 'MIT'
url: 'https://raw.github.com/jashkenas/coffee-script/master/LICENSE'
engines:
node: '>=0.8.0'
directories:
lib: './lib/coffee-script'
main: './lib/coffee-script/coffee-script'
bin:
coffee: './bin/coffee'
cake: './bin/cake'
cson: './bin/cson'
scripts:
test: 'node ./bin/cake test'
homepage: 'http://yyfearth.github.com/coffee-script'
bugs: 'https://github.com/jashkenas/coffee-script/issues'
repository:
type: 'git'
url: 'git://github.com/yyfearth/coffee-script.git'
devDependencies:
'uglify-js': '~2.2'
'jison': '>=0.2.0'