-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
36 lines (36 loc) · 907 Bytes
/
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
{
"name": "ember-cli-coffees6",
"version": "0.4.1",
"description": "Makes using coffeescript nicer by supporting es6 syntax natively",
"main": "index.js",
"ember-addon": {
"before": "ember-cli-coffeescript"
},
"keywords": [
"ember-addon"
],
"scripts": {
"test": "qunit -c filter.js -t tests/filter-test.coffee -d tests/setup.js"
},
"author": {
"name": "Alex Speller"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/alexspeller/ember-cli-coffees6"
},
"bugs": {
"url": "https://github.com/alexspeller/ember-cli-coffees6/issues"
},
"homepage": "https://github.com/alexspeller/ember-cli-coffees6",
"dependencies": {
"broccoli-persistent-filter": ">=1.2.0",
"debug": "^2.1.1",
"ember-cli-version-checker": ">=1.0.2"
},
"devDependencies": {
"coffee-script": "^1.9.1",
"qunit": "^0.7.5"
}
}