scriptloader
Version:
Absurdly simple on-demand script loader.
48 lines (47 loc) • 1.01 kB
JSON
{
"name": "scriptloader",
"version": "1.1.2",
"description": "Absurdly simple on-demand script loader.",
"main": "index.js",
"directories": {
"test": "test"
},
"keywords": [
"browserify",
"browser",
"script",
"resource",
"ajax",
"import"
],
"scripts": {
"test": "karma start --single-run --no-auto-watch && standard"
},
"repository": {
"type": "git",
"url": "git://github.com/timoxley/scriptloader.git"
},
"standard": {
"globals": [
"beforeEach",
"describe",
"it"
]
},
"devDependencies": {
"karma": "^1.1.2",
"karma-bro": "^0.11.1",
"karma-chai": "^0.1.0",
"karma-mocha": "^1.1.1",
"karma-phantomjs-launcher": "^1.0.1",
"standard": "^7.1.2",
"watchify": "^3.7.0"
},
"author": "Tim Oxley <secoif@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/timoxley/scriptloader/issues"
},
"homepage": "https://github.com/timoxley/scriptloader",
"dependencies": {}
}