forked from shipshapecode/tether
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.07 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
{
"name": "tether",
"version": "1.4.4",
"description": "A client-side library to make absolutely positioned elements attach to elements in the page efficiently.",
"authors": [
"Zack Bloom <[email protected]>",
"Adam Schwartz <[email protected]>"
],
"maintainers": [
"Nicholas Hwang <[email protected]>",
"Trevor Burnham <[email protected]>"
],
"scripts": {
"reinstall": "del node_modules && npm install",
"watch": "gulp watch",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "https://github.com/HubSpot/tether.git"
},
"license": "MIT",
"main": "dist/js/tether.js",
"devDependencies": {
"del": "^2.0.2",
"del-cli": "^0.2.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.1",
"gulp-babel": "^5.2.1",
"gulp-bump": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-header": "^1.7.1",
"gulp-minify-css": "^1.2.1",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-uglify": "^1.4.3",
"gulp-wrap-umd": "^0.2.1"
}
}