forked from kristianmandrup/ember-cli-emberscript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 943 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 943 Bytes
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
{
"name": "ember-cli-emberscript",
"version": "0.0.10",
"description": "Adds precompilation of EmberScript files and all the basic generation types to the `ember generate` command.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ember-addon",
"coffeescript",
"blueprints"
],
"author": "Kim Røen",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/kristianmandrup/ember-cli-emberscript"
},
"bugs": {
"url": "https://github.com/kristianmandrup/ember-cli-emberscript/issues"
},
"homepage": "https://github.com/kristianmandrup/ember-cli-emberscript",
"dependencies": {
"fs-extra": "^0.11.0",
"inflection": "^1.4.0",
"broccoli-ember-script": "git://github.com/andershansson/broccoli-ember-script#multicompile",
"ember-script": "git://github.com/kristianmandrup/ember-script#0.0.16"
}
}