forked from HubSpot/select
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 896 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
{
"name": "tether-select",
"version": "1.1.1",
"description": "Styleable select elements built on Tether",
"authors": [
"Adam Schwartz <adam.flynn.schwartz@gmail.com>",
"Zack Bloom <zbloom@hubspot.com>"
],
"maintainers": [
"Nicholas Hwang <nick.joosung.hwang@gmail.com>"
],
"scripts": {
"install": "bower install",
"watch": "gulp watch",
"build": "gulp build"
},
"license": "MIT",
"main": "dist/js/select.js",
"devDependencies": {
"bower": "^1.4.1",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-babel": "^5.1.0",
"gulp-bump": "^0.3.0",
"gulp-filter": "^2.0.2",
"gulp-header": "^1.2.2",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.1",
"gulp-tag-version": "^1.2.1",
"gulp-uglify": "^1.2.0",
"gulp-wrap-umd": "^0.2.1"
},
"dependencies": {
"tether": "~1.0.2"
}
}