forked from twitter/labella.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
42 lines (42 loc) · 745 Bytes
/
bower.json
File metadata and controls
42 lines (42 loc) · 745 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
{
"name": "labella",
"authors": [
"Krist Wongsuphasawat <krist.wongz@gmail.com>"
],
"description": "May the force label you",
"main": "dist/labella.min.js",
"license": "Apache-2.0",
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"labella.js",
"labelling",
"visualization",
"javascript"
],
"private": true,
"ignore": [
"**/.*",
"package.json",
"node_modules",
"bower_components",
"gulpfile.js",
"karma.conf.js",
"webpack.config.js",
"*.sublime-project",
"docs",
"evaluation",
"examples",
"src",
"test"
],
"devDependencies": {
"angular": "~1.4.0",
"bootstrap": "~3.3.1",
"d3": "~3.4",
"d3kit": "~1.0.9"
}
}