-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.25 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.25 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
47
48
49
50
51
{
"name": "ember-module-migrator",
"version": "0.8.0",
"description": "Migration script for ember-cli apps.",
"main": "lib/index.js",
"bin": {
"ember-module-migrator": "./bin/ember-module-migrator"
},
"scripts": {
"test": "mocha test/*-test.js test/**/*-test.js"
},
"author": "Robert Jackson <[email protected]>",
"license": "MIT",
"devDependencies": {
"assert-diff": "^2.0.3",
"common-tags": "^1.7.2",
"espower-loader": "^1.0.0",
"fixturify": "^1.0.1",
"jscodeshift": "^0.3.30",
"mocha": "^6.1.1",
"mocha-eslint": "^3.0.1",
"power-assert": "^1.3.1",
"rimraf": "^2.5.2"
},
"dependencies": {
"chalk": "^2.0.1",
"cli-table2": "^0.2.0",
"core-object": "^3.1.3",
"exists-sync": "^0.0.4",
"fs-extra": "^7.0.1",
"htmlbars": "^0.14.17",
"inflection": "^1.10.0",
"nopt": "^4.0.1",
"rsvp": "^4.8.4",
"walk-sync": "^1.0.0"
},
"engines": {
"node": ">= 4"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rwjblue/ember-module-migrator.git"
},
"bugs": {
"url": "https://github.com/rwjblue/ember-module-migrator/issues"
},
"homepage": "https://github.com/rwjblue/ember-module-migrator#readme"
}