-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.04 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.04 KB
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
{
"name": "ember-cli-tree-shake",
"version": "0.1.1",
"description": "Use tree shaking to discover dead code in your Ember app",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"build": "ember build",
"start": "ember server",
"test": "mocha tests",
"test-watch": "mocha tests -w"
},
"repository": "https://github.com/minichate/ember-cli-tree-shake.git",
"engines": {
"node": ">= 0.10.0"
},
"author": "Christopher Troup (@minichate)",
"license": "MIT",
"devDependencies": {
"chai": "^3.5.0",
"chai-things": "^0.2.0",
"ember-cli": "2.10.0",
"fixturify": "^0.3.1",
"fs-extra": "^1.0.0",
"mocha": "^3.2.0",
"mocha-jshint": "^2.2.5"
},
"keywords": [
"ember-addon"
],
"dependencies": {
"align-text": "^0.1.4",
"colors": "^1.1.2",
"cst": "^0.4.9",
"fs-walk": "0.0.1",
"htmlbars": "^0.14.24",
"js-beautify": "^1.6.4",
"mime-types": "^2.1.13",
"walk": "^2.3.9"
},
"ember-addon": {
"configPath": "tests/dummy/config"
}
}