UNPKG

browserify-adventure

Version:

learn browserify with this educational adventure

59 lines (58 loc) 1.37 kB
{ "name": "browserify-adventure", "version": "1.7.7", "description": "learn browserify with this educational adventure", "main": "index.js", "bin": { "browserify-adventure": "bin/cmd.js" }, "dependencies": { "adventure": "^2.5.0", "adventure-verify": "^2.1.1", "browser-unpack": "^1.0.0", "concat-stream": "^1.4.6", "ecstatic": "~0.5.4", "falafel": "~0.3.1", "shoe": "~0.0.15", "split": "~0.3.0", "through2": "~0.5.1", "ever": "~0.0.3", "colornames": "~0.0.2", "split2": "^2.1.0" }, "devDependencies": { "brfs": "^1.1.2", "browserify": "^5.10.0", "browserify-shim": "^3.6.0", "domify": "^1.2.2", "quote-stream": "0.0.0", "sprintf": "~0.1.3", "stream-combiner2": "^1.0.0", "tape": "^2.13.3", "uniq": "^1.0.1", "through2": "~0.5.1", "insert-css": "~0.2.0", "inherits": "^2.0.1" }, "scripts": { "test": "node test/solutions.js" }, "repository": { "type": "git", "url": "git://github.com/substack/browserify-adventure.git" }, "homepage": "https://github.com/substack/browserify-adventure", "keywords": [ "browserify", "education", "nodeschool", "workshop", "edutainment" ], "author": { "name": "James Halliday", "email": "mail@substack.net", "url": "http://substack.net" }, "license": "MIT" }