-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.05 KB
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
{
"name": "fetch-js",
"version": "1.0.3",
"description": "Reliably fetch scripts and execute callbacks once evaluated",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "make test"
},
"author": "Alan Clarke <alan@qubit.com> (qubit.com)",
"repository": {
"type": "git",
"url": "git+https://github.com/QubitProducts/fetch-js.git"
},
"license": "UNLICENSED",
"devDependencies": {
"chai": "^3.5.0",
"cors": "^2.7.1",
"expect.js": "^0.3.1",
"express-cache-control": "^1.0.2",
"express": "^4.13.4",
"istanbul": "^0.4.3",
"karma-chrome-launcher": "^0.2.2",
"karma-mocha": "^0.2.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.7.0",
"karma": "^0.13.22",
"mocha": "^2.4.5",
"standard": "^6.0.8",
"webpack": "^1.12.14"
},
"dependencies": {},
"bugs": {
"url": "https://github.com/QubitProducts/fetch-js/issues"
},
"homepage": "https://github.com/QubitProducts/fetch-js#readme",
"keywords": [
"fetch js",
"script loader"
]
}