-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
36 lines (36 loc) · 856 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
{
"name": "miq",
"version": "1.15.0",
"description": "Lightweight DOM library.",
"main": "miq.js",
"types": "miq.d.ts",
"keywords": [
"jQuery",
"DOM"
],
"bugs": "https://github.com/edwinm/miq/issues",
"license": "MIT",
"author": "Edwin Martin <[email protected]>",
"homepage": "http://www.bitstorm.org/javascript/miq/",
"scripts": {
"build": "gulp"
},
"files": [
"miq.js",
"miq-min.js",
"miq-min.js.gz",
"miq.d.ts"
],
"repository": {
"type": "git",
"url": "https://github.com/edwinm/miq.git"
},
"devDependencies": {
"gulp": "^4.0.0",
"google-closure-compiler": "^20190301.0.0",
"gulp-zopfli-green": "^3.0.1",
"native-promise-only": "^0.8.1",
"qunitjs": "^2.4.1",
"requirejs": "^2.3.6"
}
}