-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
55 lines (55 loc) · 1.42 KB
/
package.json
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "ember-script",
"description": "Ember-infused CoffeeScript",
"keywords": [
"javascript",
"language",
"coffeescript",
"compiler",
"ember.js"
],
"author": "Gordon L. Hempton, Michael Ficarra",
"version": "0.0.14",
"main": "./lib/module",
"bin": {
"ember-script": "./bin/ember-script"
},
"homepage": "https://github.com/ghempton/ember-script",
"bugs": "https://github.com/ghempton/ember-script/issues",
"repository": {
"type": "git",
"url": "git://github.com/ghempton/ember-script.git"
},
"scripts": {
"build": "make -j build",
"test": "make -j test"
},
"devDependencies": {
"cluster": "~0.7.7",
"coffee-script-redux": "git://github.com/michaelficarra/CoffeeScriptRedux.git",
"commonjs-everywhere": "~0.9.0",
"mocha": "~1.12.0",
"pegjs": "git://github.com/dmajda/pegjs.git#bea6b1fde74c8aebf802f9bcc3380c65b241e1b7",
"semver": "~2.1.0"
},
"dependencies": {
"StringScanner": "~0.0.3",
"lodash": "^3.6.0",
"nopt": "~2.1.2"
},
"optionalDependencies": {
"esmangle": "~1.0.0",
"source-map": "0.1.x",
"escodegen": "~1.2.0",
"cscodegen": "git://github.com/michaelficarra/cscodegen.git#73fd7202ac086c26f18c9d56f025b18b3c6f5383"
},
"engines": {
"node": "0.8.x || 0.10.x"
},
"licenses": [
{
"type": "3-clause BSD",
"url": "https://raw.github.com/ghempton/ember-script/master/LICENSE"
}
]
}