-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
59 lines (59 loc) · 1.64 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "script-atomic-onload",
"version": "1.0.0",
"description": "Call onload immediately after your asynchronously loaded script has executed, allowing no other code to run in between – even in IE.",
"main": "index.js",
"scripts": {
"test": "karma start",
"test-ci": "karma start ./karma.conf.ci.js"
},
"engines": {
"node": ">=4.3.0 <5.0.0 || >=5.10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/exogen/script-atomic-onload.git"
},
"keywords": [
"script",
"onload",
"async",
"sync",
"atomic",
"callback"
],
"author": "Brian Beck <exogen@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/exogen/script-atomic-onload/issues"
},
"homepage": "https://github.com/exogen/script-atomic-onload",
"devDependencies": {
"exports-loader": "^0.6.2",
"getscript": "^0.1.0",
"imports-loader": "^0.7.1",
"jasmine-core": "^2.5.2",
"karma": "<1.4.0",
"karma-chrome-launcher": "^2.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.1",
"karma-phantomjs-shim": "^1.1.2",
"karma-safari-launcher": "^1.0.0",
"karma-sauce-launcher": "^1.0.0",
"karma-sourcemap-loader": "^0.3.6",
"karma-webpack": "^2.0.3",
"kist-loader": "^0.4.7",
"little-loader": "^0.2.0",
"load-script": "^1.0.0",
"loads-js": "^1.0.0",
"phantomjs-prebuilt": "^2.1.7",
"pyrsmk-toast": "^2.1.1",
"script-load": "^0.1.0",
"script-loader": "^0.7.0",
"scriptinclude": "^1.1.1",
"scriptjs": "^2.5.8",
"scriptload": "^0.2.0",
"webpack": "^2.3.3"
}
}