forked from kbaseattic/data_api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
44 lines (44 loc) · 943 Bytes
/
Copy pathbower.json
File metadata and controls
44 lines (44 loc) · 943 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
36
37
38
39
40
41
42
43
44
{
"name": "JsLibrary",
"version": "0.0.1",
"ignore": [
".*",
"/bin",
"/build",
"/CHANGELOG",
"/config",
"/data_loading",
"/docs",
"/examples",
"/experiments",
"/GolgiVolvox.png",
"/jslib",
"/lib",
"/README.md",
"/redis.conf",
"/requirements*",
"/run_tests.sh",
"/setup.py",
"/specs",
"/temp",
"/thrift/",
"/version.py",
"/test_resources"
],
"dependencies": {
"bluebird": "3.0.5",
"requirejs": "2.1.20",
"kbase-common-js": "eapearson/kbase-common-js#master",
"thrift-binary-protocol": "eapearson/thrift-js-binary-protocol#master"
},
"devDependencies": {
"text": "requirejs-text#2.0.14",
"requirejs-text": "2.0.14",
"require-yaml": "0.1.2",
"thrift": "eapearson/thrift#master",
"jquery": "2.1.4",
"bootstrap": "3.3.5",
"require-css": "0.1.8",
"font-awesome": "4.4.0"
}
}