forked from HubSpot/drop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 968 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
38
39
{
"name": "tether-drop",
"version": "1.4.2",
"description": "Client-side library for creating dropdowns",
"authors": [
"Zack Bloom <[email protected]>",
"Adam Schwartz <[email protected]>"
],
"maintainers": [
"Nicholas Hwang <[email protected]>"
],
"scripts": {
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "https://github.com/HubSpot/drop.git"
},
"license": "MIT",
"main": "dist/js/drop.js",
"devDependencies": {
"del": "^1.1.1",
"eslint": "^1.7.3",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-babel": "^5.1.0",
"gulp-bump": "^0.3.0",
"gulp-header": "^1.2.2",
"gulp-minify-css": "^1.1.6",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.1",
"gulp-uglify": "^1.2.0",
"gulp-wrap-umd": "^0.2.1"
},
"dependencies": {
"tether": "git+https://github.com/justinwinslow/tether.git"
}
}