4
1
Fork 0
This repository has been archived on 2019-02-05. You can view files and clone it, but cannot push or open issues or pull requests.
Shakes_and_Fidget/package.json

23 lines
543 B
JSON
Raw Normal View History

2018-02-19 22:59:28 +00:00
{
2018-02-19 23:44:10 +00:00
"name": "shakes-fidget",
2018-02-19 22:59:28 +00:00
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
2018-02-19 23:44:10 +00:00
"repository": {
"type": "git",
"url": "git+https://simgie@bitbucket.org/cliffbreak/shakes-fidget.git"
},
2018-02-19 22:59:28 +00:00
"author": "",
"license": "ISC",
2018-02-19 23:44:10 +00:00
"homepage": "https://bitbucket.org/cliffbreak/shakes-fidget#readme",
2018-02-19 22:59:28 +00:00
"dependencies": {
"express": "^4.16.2",
2018-02-19 23:44:10 +00:00
"express-handlebars": "^3.0.0",
2018-02-20 01:36:01 +00:00
"express-session": "^1.15.6",
2018-02-19 22:59:28 +00:00
"request": "^2.83.0"
}
}