ketr.photos/package.json
James Ketrenos 9a77ceeccd Initial commit
Signed-off-by: James Ketrenos <james_git@ketrenos.com>
2017-12-20 17:16:18 -08:00

30 lines
696 B
JSON

{
"name": "photos.ketr",
"version": "1.0.0",
"description": "Self hosting photo",
"main": "server/app.js",
"scripts": {
"debug": "node node_modules/node-inspector/bin/node-debug.js ./server/app.js",
"start": "node ./server/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@nuc:jketreno/photos.ketr.git"
},
"author": "James Ketrenos",
"license": "Apache-2.0",
"dependencies": {
"body-parser": "^1.17.2",
"express": "^4.15.2",
"morgan": "^1.8.1",
"node-inspector": "^1.1.1"
},
"jshintConfig": {
"undef": true,
"unused": true,
"esversion": 6,
"node": true
}
}