-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
42 lines (42 loc) · 867 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
{
"name": "surreal",
"version": "1.3.2",
"description": "Surreal",
"repository": {
"type": "git",
"url": "https://github.com/gnat/surreal.git"
},
"main": "dist/surreal.min.js",
"module": "src/index.js",
"scripts": {
"build": "microbundle --no-sourcemap -o ./dist/surreal.min.js surreal.js",
"test": "ava -v tests"
},
"author": "gnat",
"keywords": [
"jquery",
"jquery-like",
"jquery-alternative",
"jquery-replacement",
"javascript",
"utility",
"hyperscript",
"dom",
"dom-manipulation",
"lob",
"locality-of-behavior",
"htmx",
"selector",
"queryselectorall",
"queryselector"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/gnat/surreal/issues"
},
"devDependencies": {
"ava": "^1.4.1",
"jsdom": "^19.0.0",
"microbundle": "^0.15.0"
}
}