You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

22 lines
440 B

{
"name": "load-script",
"description": "Dynamic script loading for browser",
"version": "1.0.0",
"keywords": [
"browser",
"script",
"load"
],
"repository": {
"type": "git",
"url": "git://github.com/eldargab/load-script"
},
"scripts": {
"test": "zuul -- test/index.js",
"test-local": "zuul --local 9005 -- test/index.js"
},
"devDependencies": {
"zuul": "~2.1.0"
},
"license": "MIT"
}