forked from datanews/tik-tok
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
59 lines (59 loc) · 1.18 KB
/
bower.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "tik-tok",
"version": "0.1.1",
"homepage": "https://github.com/datanews/tik-tok",
"description": "Tik Tok is a Javascript tool to easily create beautiful, simple, mobile-friendly, vertical timelines.",
"authors": [
{
"name": "Alan Palazzolo",
"email": "[email protected]",
"url": "http://wnyc.org"
},
{
"name": "Noah Veltman",
"email": "[email protected]",
"url": "http://wnyc.org"
},
{
"name": "Chris Keller",
"email": "[email protected]",
"url": "http://scpr.org"
},
{
"name": "John Keefe",
"email": "[email protected]",
"url": "http://wnyc.org"
}
],
"main": "dist/tik-tok.js",
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"timeline"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"examples",
"index.html"
],
"dependencies": {
"underscore": "~1.8.3",
"moment": "~2.10.2"
},
"devDependencies": {
"tabletop": "~1.4.2",
"mocha": "~2.2.5",
"chai": "~3.0.0",
"highlightjs": "~8.6.0",
"jquery": "1.x",
"mustache.js": "~2.1.3"
}
}