bromote
Version:
Tool to setup and require remote scripts with browserify.
31 lines (30 loc) • 730 B
JSON
{
"name": "remote-runnel",
"version": "0.0.0",
"description": "An example showing how a runnel script is pulled in remotely.",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git://github.com/thlorenz/bromote.git"
},
"homepage": "https://github.com/thlorenz/bromote/tree/master/examples/remote-runnel",
"dependencies": {
"browserify": "~2.16.0",
"bromote": "*"
},
"devDependencies": {},
"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"
}
}