-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
53 lines (53 loc) · 1.41 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
53
{
"name": "materialize-tags",
"license": "MIT",
"version": "1.2.3",
"description": "A jQuery tags input plugin based on Materialize",
"homepage": "https://github.com/henrychavez/materialize-tags",
"author": "Henry Chávez <henry19.chavez@gmail.com>",
"maintainers": [
{
"name": "Jonathan Dekhtiar",
"email": "contact@jonathandekhtiar.eu"
}
],
"main": "dist/js/materialize-tags.js",
"repository": {
"type": "git",
"url": "https://github.com/henrychavez/materialize-tags"
},
"keywords": [
"materialize",
"tags",
"chips",
"typeahead",
"bloodhound",
"Henry chavez",
"Bytpher"
],
"directories": {
"docs": "docs"
},
"dependencies": {
"jquery": "3.2.x",
"materialize-css": "0.100.x",
"corejs-typeahead": "1.2.x"
},
"devDependencies": {
"gulp": "latest",
"gulp-autoprefixer": "latest",
"gulp-clean-css": "latest",
"gulp-concat": "latest",
"gulp-header": "latest",
"gulp-rename": "latest",
"gulp-rimraf": "latest",
"gulp-sass": "latest",
"gulp-sourcemaps": "latest",
"gulp-uglify": "latest",
"gulp-util": "latest",
"gulp-zip": "latest"
},
"bugs": {
"url": "https://github.com/henrychavez/materialize-tags/issues"
}
}