UNPKG

1.03 kBJSONView Raw
1{
2 "name": "bromote",
3 "version": "0.1.0",
4 "description": "Tool to setup and require remote scripts with browserify.",
5 "main": "index.js",
6 "browser": "./loaders",
7 "scripts": {
8 "test": "node ./test/run-all"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/thlorenz/bromote.git"
13 },
14 "homepage": "https://github.com/thlorenz/bromote",
15 "dependencies": {
16 "scriptjs": "~2.4.0",
17 "xtend": "~2.0.6",
18 "handlebars": "~1.0.12",
19 "runnel": "~0.4.1"
20 },
21 "devDependencies": {
22 "tape": "~1.0.4",
23 "opener": "~1.3.0",
24 "browserify": "~2.16.0",
25 "bconfig": "~0.1.1",
26 "browserify-shim": "~2.0.5"
27 },
28 "keywords": [
29 "browserify",
30 "remote",
31 "script",
32 "load",
33 "head",
34 "async",
35 "url"
36 ],
37 "author": {
38 "name": "Thorsten Lorenz",
39 "email": "thlorenz@gmx.de",
40 "url": "http://thlorenz.com"
41 },
42 "license": {
43 "type": "MIT",
44 "url": "https://github.com/thlorenz/bromote/blob/master/LICENSE"
45 },
46 "engine": {
47 "node": ">=0.6"
48 }
49}