blob: ca4b80dfb09ca5ccc7f95a7e62a4f24af953330a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"name": "tether",
"version": "0.6.5",
"description": "A client-side library to make absolutely positioned elements attach to elements in the page efficiently.",
"authors": [
"Zack Bloom <zackbloom@gmail.com>",
"Adam Schwartz <adam.flynn.schwartz@gmail.com>"
],
"license": "MIT",
"devDependencies": {
"coffee-script": "~1.6.3",
"gulp": "~3.3.0",
"gulp-header": "~1.0.2",
"gulp-uglify": "~0.1.0",
"gulp-compass": "~1.0.3",
"gulp-coffee": "~1.2.5",
"gulp-concat": "~2.1.7",
"gulp-rename": "~0.2.1",
"gulp-wrap-umd": "~0.1.0"
}
}
|