Files
sqlite3PlayNodeJs/package.json
Joe Tretter 339333625d initial
2018-09-18 11:54:56 -05:00

15 lines
262 B
JSON

{
"name": "sqlite3playnodejs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"sqlite3": "^4.0.2"
}
}