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
|
{
"name": "tether",
"version": "0.6.5",
"main": "tether.js",
"homepage": "https://github.hubspot.com/tether",
"authors": [
"Zack Bloom <zackbloom@gmail.com>",
"Adam Schwartz <adam.flynn.schwartz@gmail.com>"
],
"description": "Tether elements together",
"keywords": [
"javascript"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"_release": "0.6.5",
"_resolution": {
"type": "version",
"tag": "v0.6.5",
"commit": "783528dac760cb0023e5bd02d63c79ec54b9fc25"
},
"_source": "git://github.com/HubSpot/tether.git",
"_target": "~0.6.5",
"_originalSource": "tether"
}
|