UNPKG

play-workshop

Version:
34 lines (33 loc) 889 B
{ "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" } }