forked from marcioj/ember-cli-scaffold
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.01 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.01 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
{
"name": "ember-cli-scaffold-bootstrap",
"version": "3.0.0",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"test": "mocha --reporter spec 'tests/**/*-test.js'"
},
"repository": "https://github.com/sirnapa/ember-cli-scaffold-bootstrap",
"engines": {
"node": ">= 0.10.0"
},
"author": "Nelson Paez",
"license": "MIT",
"devDependencies": {
"ember-cli": "^1.13.8",
"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": {
"bootstrap": "^4.0.0-beta.2",
"chalk": "1.0.0",
"ember-busy-blocker": "0.1.0",
"ember-cli-pagination": "3.0.2",
"ember-font-awesome": "^4.0.0-rc.2",
"ember-i18n": "5.0.0",
"ember-router-generator": "^1.1.1",
"ember-simple-auth": "1.2.0",
"fs-extra": "^0.12.0",
"inflection": "^1.5.1",
"rsvp": "^3.0.18"
}
}