-
Notifications
You must be signed in to change notification settings - Fork 3
/
bower.json
45 lines (45 loc) · 1.39 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
{
"name": "sliceform-studio",
"version": "0.3.0",
"private": true,
"keywords": [
"harp",
"boilerplate",
"bootstrap"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"public/bower",
"test",
"tests"
],
"dependencies": {
"bootstrap": "~3.3.6",
"jquery": "~2.1.4",
"d3": "~3.5.3",
"lodash": "~3.10.1",
"numeric": "https://github.com/sloisel/numeric.git#~1.2.6",
"twitter-bootstrap-wizard": "git://github.com/VinceG/twitter-bootstrap-wizard.git#master",
"jquery-simplecolorpicker": "https://github.com/tkrotoff/jquery-simplecolorpicker.git#~0.3.0",
"seiyria-bootstrap-slider": "https://github.com/seiyria/bootstrap-slider.git#~6.0.6",
"less": "~2.2.0",
"bootbox.js": "bootbox#~4.4.0",
"bootstrap-switch": "~3.3.2",
"keyboardjs": "~2.2.0",
"saveSvgAsPng": "https://github.com/exupero/saveSvgAsPng.git#~1.0.1",
"gifffer": "#e4f6165321",
"lightbox2": "~2.8.1",
"font-awesome": "fontawesome#~4.5.0",
"convexhull-js": "https://github.com/indy256/convexhull-js.git",
"html.sortable": "~0.3.1",
"selectize": "~0.12.1",
"optimization-js": "https://github.com/iaroslav-ai/optimization-js.git",
"js-lru": "https://github.com/rsms/js-lru.git",
"bfgs-numericjs": "https://github.com/croquelois/bfgs-numericjs.git",
"file-saver": "~1.3.1",
"spectrum": "~1.8.0"
}
}