-
Notifications
You must be signed in to change notification settings - Fork 92
/
Copy pathpackage.json
32 lines (32 loc) · 1023 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
{
"name": "jquery-autocomplete",
"version": "1.2.8",
"description": "Simple autocomplete like Google",
"main": "jquery.autocomplete.js",
"scripts": {
"newversion": "npm version patch --no-git-tag-version && npm run newversiongit && npm publish ./",
"newversiongit": "git add --all && git commit -m \"New version %npm_package_version%. Read more https://github.com/xdan/autocomplete/releases/tag/%npm_package_version% \" && git tag %npm_package_version% && git push --tags origin HEAD:master",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/xdan/autocomplete.git"
},
"keywords": [
"jquery-plugin",
"autocomplete",
"ajax",
"complete",
"form",
"ui",
"input",
"accents",
"jquery"
],
"author": "Chupurnov <[email protected]> (http://xdsoft.net/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/xdan/autocomplete/issues"
},
"homepage": "https://xdsoft.net"
}