UNPKG

bromote

Version:

Tool to setup and require remote scripts with browserify.

36 lines (35 loc) 915 B
{ "name": "requirejs-project", "version": "0.0.0", "description": "An example showing how to pull jquery, underscore and backbone from a cdn with browserify and bromote with minimal changes to a requirejs project.", "main": "index.js", "scripts": {}, "repository": { "type": "git", "url": "git://github.com/thlorenz/bromote.git" }, "homepage": "https://github.com/thlorenz/bromote/tree/master/examples/requirejs-project", "dependencies": { "browserify": "~2.16.0", "bconfig": "~0.1.1", "bromote": "*" }, "devDependencies": { "nave": "~0.4.3", "tape": "~1.0.4", "tap": "~0.4.3" }, "keywords": [], "author": { "name": "Thorsten Lorenz", "email": "thlorenz@gmx.de", "url": "http://thlorenz.com" }, "license": { "type": "MIT", "url": "git://github.com/thlorenz/bromote/blob/master/LICENSE" }, "engine": { "node": ">=0.6" } }