-
Notifications
You must be signed in to change notification settings - Fork 5
/
bower.json
30 lines (30 loc) · 935 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
{
"name": "perspective-client",
"version": "0.0.1",
"ignore": [
"**/.*",
"node_modules",
"src/static/libraries"
],
"dependencies": {
"ractive": "~v0.3.7",
"page": "~1.3.7",
"superagent": "~0.15.7",
"underscore": "~1.5.2",
"almond": "~0.2.6",
"rv": "[email protected]:Rich-Harris/require-ractive-plugin.git#2cd78c24ac51cf686976d68a24d2aa23cd8b3bf7",
"html5sortable": "https://raw.github.com/farhadi/html5sortable/master/jquery.sortable.js",
"perspective-core-web-socket-helper": "[email protected]:perspective/perspective-core-web-socket-helper.git",
"perspective-core": "[email protected]:perspective/perspective-core.git",
"text": "~2.0.10",
"jquery": "~2.0.3"
},
"devDependencies": {
"requirejs": "~2.1.9",
"chai": "~1.8.1",
"sinon-chai":"~2.4.0",
"sinon": "http://sinonjs.org/releases/sinon-1.7.3.js",
"less.js": "~1.5.0",
"squire": "latest"
}
}