forked from vdw/HideSeek
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 933 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": "hideseek-mod",
"version": "0.8.5",
"description": "A simple, yet customizable live search jQuery plugin. Active project.",
"main": "dist/jquery.hideseek-mod.js",
"repository": {
"type": "git",
"url": "https://github.com/maxwroc/HideSeek-Mod.git"
},
"scripts": {
"build": "node utils/build.js"
},
"keywords": [
"jquery-plugin",
"live",
"search",
"jquery",
"hideseek",
"hideseek-mod"
],
"author": {
"name": "Dimitris Krestos and ohers",
"url": "https://github.com/maxwroc/HideSeek-Mod/graphs/contributors"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/maxwroc/HideSeek-Mod/issues"
},
"homepage": "https://maxwroc.github.io/HideSeek-Mod/",
"devDependencies": {
"uglify-js": "^3.4.10"
},
"npmName": "hideseek-mod",
"npmFileMap": [
{
"basePath": "dist",
"files": [
"**/*"
]
}
]
}