-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 930 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
{
"name": "chosen-remote-source",
"version": "0.9.0",
"description": "Provides remote data source support for chosen-js selects",
"main": "dist/chosen-remote-source.js",
"scripts": {
"build": "terser --compress --mangle -- src/chosen-remote-source.js > dist/chosen-remote-source.js",
"release": "yarn run build && npm publish"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git@github.com:westonganger/chosen-remote-source.git"
},
"keywords": [
"chosen",
"select",
"remote-source",
"ajax",
"jquery",
"javascript",
"js"
],
"author": "Weston Ganger",
"license": "MIT",
"bugs": {
"url": "https://github.com/westonganger/chosen-remote-source/issues"
},
"homepage": "https://github.com/westonganger/chosen-remote-source",
"dependencies": {
"chosen-js": ">=1.0"
},
"devDependencies": {
"terser": "*"
}
}