-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
executable file
·52 lines (52 loc) · 1.34 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
{
"author": "Taufik Nurrohman",
"browser": "index.min.js",
"bugs": "https://github.com/taufik-nurrohman/tag-picker/issues",
"dependencies": {
"@taufik-nurrohman/document": "*",
"@taufik-nurrohman/event": "*",
"@taufik-nurrohman/from": "*",
"@taufik-nurrohman/has": "*",
"@taufik-nurrohman/hook": "*",
"@taufik-nurrohman/is": "*",
"@taufik-nurrohman/pattern": "*",
"@taufik-nurrohman/tick": "*",
"@taufik-nurrohman/to": "*"
},
"description": "Better tags input interaction with JavaScript.",
"devDependencies": {
"@taufik-nurrohman/factory": "*"
},
"exports": {
"import": "./index.mjs",
"require": "./index.js"
},
"files": [
"index.css",
"index.min.css",
"index.scss",
"index.js",
"index.min.js",
"index.mjs"
],
"funding": {
"url": "https://paypal.me/tatautaufik"
},
"homepage": "https://taufik-nurrohman.js.org/tag-picker",
"keywords": [
"picker",
"tag"
],
"license": "MIT",
"main": "index.js",
"module": "index.mjs",
"name": "@taufik-nurrohman/tag-picker",
"repository": {
"type": "git",
"url": "git+https://github.com/taufik-nurrohman/tag-picker.git"
},
"scripts": {
"pack": "pack --clean=false --from=.factory --js-format=umd --js-name=TagPicker --js-top='%(js.license)' --mjs=true --scss=true --to=."
},
"version": "4.1.0"
}