kaps_app/package.json
Nicolas Bally d60301e8a7 initial
2019-01-21 01:15:10 +01:00

24 lines
440 B
JSON

{
"name": "3p_app",
"version": "1.0.0",
"description": "== README",
"main": "pdf.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@quartz.snlab.fr:nicolas/3p_app.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"puppeteer": "1.11.0"
},
"devDependencies": {}
}