puppy-wonderland
Version:
Puppy's wonderland testing module
28 lines (27 loc) • 597 B
JSON
{
"name": "puppy-wonderland",
"version": "1.0.0",
"description": "Puppy's wonderland testing module",
"main": "server.js",
"dependencies": {
"express": "^4.16.3"
},
"devDependencies": {},
"scripts": {
"test": "do test",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Puppy-Li/Wonderland.git"
},
"keywords": [
"puppy"
],
"author": "puppyli",
"license": "ISC",
"bugs": {
"url": "https://github.com/Puppy-Li/Wonderland/issues"
},
"homepage": "https://github.com/Puppy-Li/Wonderland#readme"
}