forked from kimroen/ember-cli-coffeescript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 904 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
{
"name": "ember-cli-typescript",
"version": "0.0.1",
"description": "Adds precompilation of TypeScript 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",
"typescript",
"blueprints"
],
"author": "David Gardiner",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/flcdrg/ember-cli-typescript"
},
"bugs": {
"url": "https://github.com/flcdrg/ember-cli-typescript/issues"
},
"homepage": "https://github.com/flcdrg/ember-cli-typescript",
"dependencies": {
"broccoli-writer": "^0.1.1",
"ember-cli-version-checker": "^1.0.2",
"ember-cli-babel":"^5.1.5",
"lodash": "^3.3.1",
"object-assign": "^2.0.0",
"typescript": "^1.4.1",
"walk-sync": "^0.1.3"
}
}