-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
73 lines (73 loc) · 1.7 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "qoopido.demand",
"title": "Qoopido.demand",
"description": "Promise like module loader using XHR requests and localStorage caching to dynamically load JavaScript and CSS + dynamic dependency resolution + support for custom handlers",
"version": "8.0.2",
"homepage": "https://github.com/dlueth/qoopido.demand",
"author": {
"name": "Dirk Lueth",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/dlueth/qoopido.demand.git"
},
"bugs": {
"url": "https://github.com/dlueth/qoopido.demand/issues"
},
"license": "MIT",
"filename": "demand.js",
"main": "dist/demand.js",
"browser": "/dist/demand.js",
"scripts": {
"build": "gulp:dist",
"start": "gulp watch"
},
"autoupdate": {
"source": "git",
"target": "git://github.com/dlueth/qoopido.demand.git",
"basePath": "/dist",
"files": [
"**/*"
]
},
"keywords": [
"module",
"modular",
"script",
"loader",
"javascript",
"css",
"promise",
"xhr",
"ajax",
"localStorage",
"cache",
"caching",
"asset",
"storage",
"require",
"basket"
],
"devDependencies": {
"del": "6.0.0",
"gulp": "4.0.2",
"gulp-bump": "3.2.0",
"gulp-chmod": "3.0.0",
"gulp-eslint": "6.0.0",
"gulp-header": "2.0.9",
"gulp-include": "2.4.1",
"gulp-inject-version": "1.0.1",
"gulp-jsbeautifier": "3.0.1",
"gulp-livereload": "4.0.2",
"gulp-load-plugins": "2.0.7",
"gulp-rename": "2.0.0",
"gulp-size": "4.0.1",
"gulp-sourcemaps": "3.0.0",
"gulp-terser": "2.1.0",
"gulp-touch-fd": "2.0.0",
"gulp-uglify": "3.0.2",
"gulp-wrap": "0.15.0",
"require-dir": "1.2.0"
}
}