-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1015 Bytes
/
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
{
"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 <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/timoxley/scriptloader/issues"
},
"homepage": "https://github.com/timoxley/scriptloader",
"dependencies": {}
}