init
parents
Showing
package.json
0 → 100644
| { | |||
| "name": "ovestack-template", | |||
| "version": "1.0.0", | |||
| "description": "ovestack template", | |||
| "main": "index.js", | |||
| "scripts": { | |||
| "test": "echo \"Error: no test specified\" && exit 1" | |||
| }, | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "git+https://github.com/ovestack/ovestack-template.git" | |||
| }, | |||
| "author": "", | |||
| "license": "ISC", | |||
| "bugs": { | |||
| "url": "https://github.com/ovestack/ovestack-template/issues" | |||
| }, | |||
| "homepage": "https://github.com/ovestack/ovestack-template#readme" | |||
| } |
Please register or sign in to comment