UNPKG

metaserve-js-browserify

Version:

metaserve plugin for rendering Javascript from .js files with Browserify

25 lines (24 loc) 595 B
{ "name": "metaserve-js-browserify", "version": "0.2.5", "description": "metaserve plugin for rendering Javascript from .js files with Browserify", "homepage": "http://github.com/prontotype-us/metaserve-js-browserify", "repository": { "type": "git", "url": "http://github.com/prontotype-us/metaserve-js-browserify" }, "author": { "name": "Sean Robertson", "url": "http://sprobertson.com" }, "scripts": { "build": "coffee -o lib -c src" }, "main": "lib/index.js", "dependencies": { "browserify": "14.x.x" }, "keywords": [ "metaserve" ] }