UNPKG

@segment/load-script

Version:

Dynamically and asynchronously load a script file.

49 lines (48 loc) 1.26 kB
{ "name": "@segment/load-script", "description": "Dynamically and asynchronously load a script file.", "version": "1.0.1", "keywords": [ "DOM", "iframe", "load", "script" ], "scripts": { "test": "make test" }, "repository": { "type": "git", "url": "git+https://github.com/segmentio/load-script.git" }, "author": "Segment <friends@segment.com>", "license": "SEE LICENSE IN LICENSE", "bugs": { "url": "https://github.com/segmentio/load-script/issues" }, "homepage": "https://github.com/segmentio/load-script#readme", "dependencies": { "component-type": "^1.2.0", "next-tick": "^0.2.2", "script-onload": "^1.0.2" }, "devDependencies": { "@segment/eslint-config": "^3.0.0", "browserify": "^13.0.0", "browserify-istanbul": "^2.0.0", "eslint": "^2.9.0", "istanbul": "^0.4.3", "karma": "^0.13.22", "karma-browserify": "^5.0.4", "karma-chrome-launcher": "^1.0.1", "karma-coverage": "^1.0.0", "karma-mocha": "^1.0.1", "karma-phantomjs-launcher": "^1.0.0", "karma-sauce-launcher": "^1.0.0", "karma-spec-reporter": "0.0.26", "mocha": "^2.2.5", "npm-check": "^5.2.1", "phantomjs-prebuilt": "^2.1.7", "watchify": "^3.7.0" } }