forked from Tanuel/TmDropdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
24 lines (24 loc) · 895 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
{
"author": "Daniel Schuster",
"name": "tmdropdown",
"version": "0.4.1",
"description": "TmDropdown is a Javascript plugin that allows to use advanced Select Dropdowns, that have much more styling possibilities. This works better with jQuery, but works fine without it as well.",
"license":"GPL-3.0",
"keywords": ["select","form","input","dropdown","ui","lightweight"],
"repository": {
"type": "git",
"url": "https://github.com/tanuel/tmdropdown.git"
},
"homepage": "https://tanuel.github.io/TmDropdown/",
"bugs": "https://github.com/tanuel/tmdropdown/issues",
"contributors": [],
"devDependencies": {
"google-closure-compiler": "^20170521.0.0",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^3.0.1"
}
}