forked from HubSpot/drop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 710 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 710 Bytes
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
{
"name": "tether-drop",
"version": "1.0.1",
"description": "",
"authors": [
"Zack Bloom <zackbloom@gmail.com>",
"Adam Schwartz <adam.flynn.schwartz@gmail.com>"
],
"maintainers": [
"Nicholas Hwang <nick.joosung.hwang@gmail.com>"
],
"scripts": {
"install": "bower install",
"build": "gulp build"
},
"license": "MIT",
"main": "dist/js/drop.js",
"devDependencies": {
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-babel": "^5.1.0",
"gulp-bump": "^0.3.0",
"gulp-header": "^1.2.2",
"gulp-rename": "^1.2.2",
"gulp-ruby-sass": "^1.0.5",
"gulp-uglify": "^1.2.0",
"gulp-wrap-umd": "^0.2.1"
},
"dependencies": {
"tether": "^0.7.1"
}
}