-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 811 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 811 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
31
32
33
34
35
36
37
38
{
"name": "ember-cli-scaffold",
"version": "2.0.0",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"test": "mocha --reporter spec 'tests/**/*-test.js'"
},
"repository": "https://github.com/marcioj/ember-cli-scaffold",
"engines": {
"node": ">= 0.10.0"
},
"author": "Marcio Junior",
"license": "MIT",
"devDependencies": {
"ember-cli": "^2.0.0",
"ember-cli-release": "0.2.3",
"mocha": "^2.0.1",
"mocha-jshint": "^1.0.0",
"sinon": "^1.15.4",
"walk-sync": "^0.1.3"
},
"keywords": [
"ember-addon"
],
"ember-addon": {
"configPath": "tests/dummy/config"
},
"dependencies": {
"chalk": "1.0.0",
"ember-router-generator": "^1.1.1",
"fs-extra": "^0.12.0",
"inflection": "^1.5.1",
"rsvp": "^3.0.18"
}
}