-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.json
32 lines (32 loc) · 854 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
{
"name": "hashtegny",
"version": "2.2.2",
"description": "jQuery Plugin aggregates hashtags from different social media networks. Posts are displayed in a unique, & attractive grid, and animated layout.",
"main": "js/hashtegny.js",
"repository": {
"url": "git+https://github.com/OmarElGabry/Hashtegny.git",
"type": "git"
},
"keywords": [
"jquery",
"jquery-plugin",
"hashtag",
"social",
"twitter",
"googleplus",
"instagram",
"vk"
],
"author": "Omar El Gabry <[email protected]> (http://omarelgabry.me)",
"license": "MIT",
"bugs": {
"url": "https://github.com/OmarElGabry/Hashtegny/issues"
},
"homepage": "https://github.com/OmarElGabry/Hashtegny",
"dependencies": {
"jquery": "~3.0.0",
"codebird": "~2.6.0",
"dot": "~1.0.1",
"masonry-layout": "~3.3.2"
}
}