bromote
Version:
Tool to setup and require remote scripts with browserify.
51 lines (50 loc) • 1.06 kB
JSON
{
"name": "bromote",
"version": "0.2.1",
"description": "Tool to setup and require remote scripts with browserify.",
"main": "index.js",
"browser": "./loaders",
"scripts": {
"test": "node ./test/run-all"
},
"repository": {
"type": "git",
"url": "git://github.com/thlorenz/bromote.git"
},
"homepage": "https://github.com/thlorenz/bromote",
"dependencies": {
"scriptjs": "~2.4.0",
"xtend": "~2.0.6",
"handlebars": "~1.0.12",
"runnel": "~0.5.0",
"jsonpject": "~0.2.1"
},
"devDependencies": {
"tape": "~1.0.4",
"opener": "~1.3.0",
"browserify": "~2.16.0",
"bconfig": "~0.1.1",
"browserify-shim": "~2.0.5"
},
"keywords": [
"browserify",
"remote",
"script",
"load",
"head",
"async",
"url"
],
"author": {
"name": "Thorsten Lorenz",
"email": "thlorenz@gmx.de",
"url": "http://thlorenz.com"
},
"license": {
"type": "MIT",
"url": "https://github.com/thlorenz/bromote/blob/master/LICENSE"
},
"engine": {
"node": ">=0.6"
}
}