workshopping
Version:
make workshop pages
42 lines (41 loc) • 1.02 kB
JSON
{
"name": "workshopping",
"version": "0.2.8",
"description": "make workshop pages",
"main": "src/workshopping.js",
"scripts": {
"start": "budo demo/demo.js:bundle.js --title $npm_package_name --force-default-index --open --live --ssl",
"build": "browserify --full-paths demo/demo.js > bundle.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/serapath/workshopping.git"
},
"keywords": [
"workshop",
"workshopping",
"lesson",
"lessons",
"tutorials",
"tutorial",
"elearning",
"learn",
"learning"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/serapath/workshopping/issues"
},
"homepage": "https://github.com/serapath/workshopping#readme",
"devDependencies": {
"budo": "^11.6.0"
},
"dependencies": {
"bel": "^6.0.0",
"belmark": "^2.0.3",
"csjs-inject": "^1.0.1",
"skilltree.js": "^0.5.0",
"url-registry": "0.0.2"
}
}