socurity/package.json

29 lines
652 B
JSON
Raw Normal View History

2020-02-26 16:03:38 -05:00
{
"name": "socurity",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
2020-02-27 16:10:33 -05:00
"test": "echo \"Error: no test specified\" && exit 1",
2020-02-27 16:40:51 -05:00
"serve": "serve",
"start": "node index.js"
2020-02-26 16:03:38 -05:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/marcus13345/socurity.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/marcus13345/socurity/issues"
},
"homepage": "https://github.com/marcus13345/socurity#readme",
"dependencies": {
2020-02-27 00:17:07 -05:00
"body-parser": "^1.19.0",
2020-02-26 16:03:38 -05:00
"express": "^4.17.1",
"nedb": "^1.8.0",
2020-02-27 16:10:33 -05:00
"node-rsa": "^1.0.7",
"serve": "^11.3.0"
2020-02-26 16:03:38 -05:00
}
}