play-workshop
Version:
module for making play themed workshop apps
34 lines (33 loc) • 889 B
JSON
{
"name": "play-workshop",
"version": "0.2.8",
"description": "module for making play themed workshop apps",
"main": "src/workshop.js",
"scripts": {
"start": "budo demo/demo.js:bundle.js --title $npm_package_name --force-default-index --ssl --live --open",
"build": "browserify demo/demo.js -o bundle.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ethereum-play/play-workshop.git"
},
"keywords": [
"workshop",
"workshopper",
"workshopping",
"play"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ethereum-play/play-workshop/issues"
},
"homepage": "https://github.com/ethereum-play/play-workshop#readme",
"devDependencies": {
"belmark": "^2.0.3",
"budo": "^11.6.0"
},
"dependencies": {
"workshopping": "^0.2.8"
}
}