-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 1.14 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
{
"name": "contentful-ghost-importer",
"version": "1.1.1",
"description": "A CLI that imports data from ghost to contentful.",
"scripts": {
"test": "NODE_ENV=test mocha --require babel-register test/*.test.js test/**/*.test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/sdepold/contentful-ghost-importer.git"
},
"keywords": [
"contentful",
"ghost",
"importer"
],
"author": "Sascha Depold <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sdepold/contentful-ghost-importer/issues"
},
"homepage": "https://github.com/sdepold/contentful-ghost-importer",
"dependencies": {
"babel": "^6.3.13",
"babel-preset-es2015": "^6.3.13",
"babel-register": "^6.3.13",
"contentful-blog-importer": "^1.1.0",
"debug-http": "^1.0.0",
"lodash": "^3.10.1",
"mime": "^1.3.4",
"questor": "^1.0.1",
"retry": "^0.8.0",
"slug": "^0.9.1",
"yargs": "^3.29.0"
},
"bin": {
"contentful-ghost-importer": "./bin/contentful-ghost-importer"
},
"devDependencies": {
"chai": "^3.4.1",
"mocha": "^2.3.4",
"sinon": "^1.17.2"
}
}