-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
35 lines (35 loc) · 866 Bytes
/
bower.json
File metadata and controls
35 lines (35 loc) · 866 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
33
34
35
{
"name": "javascript-malaysia",
"version": "0.1.0",
"description": "website for monthly meetups etc.",
"homepage": "https://github.com/javascriptmy/website",
"authors": [
"Zulfa Juniadi Zulkifli <zulfajuniadi@gmail.com>",
"Matias Singers <mail@matiassingers.com> (http://mts.io)"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"public/bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "~3.1.1",
"doc-ready": "~1.0.4",
"eventEmitter": "~4.2.11",
"eventie": "~1.0.6",
"fitvids": "~1.1.0",
"get-size": "~1.2.2",
"get-style-property": "~1.0.4",
"highlightjs": "~8.4.0",
"jquery": "~2.1.3",
"jquery-bridget": "~1.1.0",
"masonry": "~3.2.2",
"matches-selector": "~1.0.3",
"outlayer": "~1.3.0"
}
}