forked from twitter-archive/plumage.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
38 lines (37 loc) · 835 Bytes
/
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
{
"name": "plumagejs",
"version": "0.9.0",
"authors": [
"Michael Lin <[email protected]>"
],
"description": "Build data intensive web apps. Show off your data with Plumage JS. ",
"main": ["dist/plumage.css", "dist/plumage.js"],
"license": "?",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "~1.9.0",
"underscore": "~1.6.0",
"handlebars": "~1.3.0",
"text": "~2.0.0",
"backbone": "~1.1.2",
"bootstrap": "2.3.2",
"twitter-bootstrap-sass": "v2.3.2.0",
"moment": "~2.5.1",
"spinjs": "~1.3.2",
"d3": "~3.3.6",
"linkify": "latest",
"jquery.scrollTo": "~1.4.7",
"jquery.cookie": "~1.4.1"
},
"devDependencies" : {
"blanket": "latest",
"qunit": "latest"
}
}