Add node project data
Showing
package-lock.json
0 → 100644
package.json
0 → 100644
{ | ||
"name": "papers-authors", | ||
"version": "1.0.0", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "andrey.kiselev@oru.se", | ||
"license": "MIT", | ||
"dependencies": { | ||
"node-xlsx": "^0.12.0", | ||
"remove-accents": "^0.4.2" | ||
}, | ||
"devDependencies": {}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git@gitsvn-nt.oru.se:andrey.kiselev/search-abandoned-papers.git" | ||
}, | ||
"description": "" | ||
} |
Please register or sign in to comment