UNPKG

all-the-workshops

Version:
33 lines (32 loc) 750 B
{ "name": "all-the-workshops", "version": "1.5.0", "description": "All the NodeSchool workshops", "main": "index.js", "scripts": { "postinstall": "node post-install.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/emkay/all-the-workshops.git" }, "keywords": [ "node", "school", "workshops" ], "author": "Michael Matuzak", "license": "MIT", "bugs": { "url": "https://github.com/emkay/all-the-workshops/issues" }, "homepage": "https://github.com/emkay/all-the-workshops", "dependencies": { "fstream": "^1.0.2", "ls-stream": "^1.0.0", "mkdirp": "^0.5.0", "tar": "^1.0.1", "through": "^2.3.6" } }