bur
Version:
A full stack framework to seed your React and GrahphQL projects.
35 lines (34 loc) • 710 B
JSON
{
"name": "bur",
"version": "0.0.5",
"description": "A full stack framework to seed your React and GrahphQL projects.",
"main": "index.js",
"scripts": {
"test": "mocha -r should ."
},
"bin": {
"bur": "./bin/bur.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/craigspaeth/bur.git"
},
"keywords": [
"react",
"graphql",
"generator",
"koa",
"baobab"
],
"author": "Craig Spaeth",
"license": "MIT",
"bugs": {
"url": "https://github.com/craigspaeth/bur/issues"
},
"homepage": "https://github.com/craigspaeth/bur#readme",
"dependencies": {
"commander": "^2.9.0",
"dedent": "^0.6.0",
"lodash": "^4.15.0"
}
}