bla
Showing
package.json
0 → 100644
| { | |||
| "name": "OpeningHours", | |||
| "version": "0.0.0", | |||
| "main": "holidays.js", | |||
| "dependencies": { | |||
| "express": "^4.4.4" | |||
| }, | |||
| "devDependencies": {}, | |||
| "author": "", | |||
| "license": "ISC", | |||
| "scripts": { | |||
| "test": "echo \"Error: no test specified\" && exit 1" | |||
| }, | |||
| "repository": { | |||
| "type": "git", | |||
| "url": " " | |||
| } | |||
| } |
Please register or sign in to comment