34 lines
862 B
JSON
34 lines
862 B
JSON
{
|
|
"name": "gpmu-ojs-import",
|
|
"version": "1.0.0",
|
|
"description": "gpmu-ojs-import-js",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "DEBUG=* node src/index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://fortunereject@bitbucket.org/fortunereject/gpmu-ojs-import-js.git"
|
|
},
|
|
"author": "Phil Zhitnikov",
|
|
"license": "ISC",
|
|
"homepage": "https://bitbucket.org/fortunereject/gpmu-ojs-import-js#readme",
|
|
"dependencies": {
|
|
"axios": "^0.18.0",
|
|
"cheerio": "^1.0.0-rc.2",
|
|
"glob": "^7.1.3",
|
|
"inquirer": "^6.2.2",
|
|
"manakin": "^0.5.2",
|
|
"minimist": "^1.2.0",
|
|
"qs": "^6.6.0",
|
|
"request": "^2.88.0",
|
|
"request-promise": "^4.2.4",
|
|
"schm": "^0.4.1",
|
|
"schm-translate": "^0.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^5.15.1"
|
|
}
|
|
}
|