forked from ciena-blueplanet/ember-cli-ecosystem-installer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.16 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "ember-cli-ecosystem-installer",
"version": "2.0.32",
"description": "Tool to install/uninstall the LTS ecosystem packages",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"build": "ember build",
"start": "ember server",
"test": "npm run-script lint && npm run-script utest",
"utest": "istanbul cover _mocha node-tests/blueprints/*.js",
"lint": "eslint *.js addon app blueprints config tests",
"nodetest": "mocha node-tests --recursive"
},
"repository": "git@github.com:ciena-blueplanet/ember-cli-ecosystem-installer.git",
"engines": {
"node": ">= 5.0.0"
},
"author": "David Fortin (https://github.com/dafortin)",
"license": "MIT",
"devDependencies": {
"broccoli-asset-rev": "^2.2.0",
"ember-cli": "~2.7.0",
"ember-cli-app-version": "^1.0.0",
"ember-cli-blueprint-test-helpers": "0.17.0",
"ember-cli-dependency-checker": "^1.2.0",
"ember-cli-htmlbars-inline-precompile": "^0.3.1",
"ember-cli-inject-live-reload": "^1.4.0",
"ember-cli-mirage": "0.2.1",
"ember-cli-mocha": "^0.10.0",
"ember-cli-notifications": "4.0.5",
"ember-cli-test-loader": "^1.1.0",
"ember-cli-uglify": "^1.2.0",
"ember-disable-proxy-controllers": "^1.0.1",
"ember-export-application-global": "^1.0.4",
"ember-load-initializers": "^0.5.0",
"ember-resolver": "^2.0.3",
"ember-truth-helpers": "^1.2.0",
"eslint": "^3.0.1",
"eslint-config-frost-standard": "^4.0.0",
"istanbul": "^0.4.5",
"loader.js": "^4.0.0",
"mocha": "2.5.3",
"testdouble": "^1.6.0"
},
"keywords": [
"ember-addon",
"long-term-support",
"ember-cli-ecosystem",
"ember-cli-ecosystem-lts",
"blueprint"
],
"dependencies": {
"bluebird": "^3.4.6",
"chalk": "^1.1.3",
"child-process-promise": "^2.1.3",
"cli-spinner": "^0.2.5",
"ember-cli-babel": "^5.1.5",
"ember-cli-htmlbars": "^1.0.1",
"ember-cli-sass": "^5.2.0",
"ember-computed-decorators": ">=0.2.2 <2.0.0",
"figures": "^1.7.0",
"fs-extra-promise": "^0.4.1",
"lodash": "^4.15.0",
"promise": "^7.1.1"
},
"ember-addon": {
"configPath": "tests/dummy/config"
}
}