Files
sqlite3PlayNodeJs/package.json

15 lines
262 B
JSON
Raw Normal View History

2018-09-18 11:54:56 -05:00
{
"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"
}
}