fruitstand
Version:
38 lines (37 loc) • 710 B
JSON
{
"name": "fruitstand",
"version": "0.0.1",
"description": "fruit stand",
"main": "index.js",
"directories": {
"example": "examples"
},
"dependencies": {
"yarn": "^1.3.2"
},
"devDependencies": {},
"scripts": {
"test": "test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/classmember/fruitstand.git"
},
"keywords": [
"fruit",
"stand",
"nodejs",
"npm",
"javascript",
"es6",
"mongodb",
"angularjs",
"express"
],
"author": "classmember",
"license": "MIT",
"bugs": {
"url": "https://github.com/classmember/fruitstand/issues"
},
"homepage": "https://github.com/classmember/fruitstand#readme"
}