-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.json
28 lines (28 loc) · 826 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
{
"name": "materialize-autocomplete",
"version": "1.0.7",
"description": "Materialize-css styled autocomplete",
"main": "jquery.materialize-autocomplete.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dist": "uglifyjs -o jquery.materialize-autocomplete.min.js jquery.materialize-autocomplete.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/icefox0801/materialize-autocomplete.git"
},
"keywords": [
"materialize",
"autocomplete",
"jquery"
],
"author": "icefox0801 <icefox0801@hotmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/icefox0801/materialize-autocomplete/issues"
},
"homepage": "https://icefox0801.github.io/materialize-autocomplete/",
"devDependencies": {
"uglify-js": "^2.6.4"
}
}