-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
32 lines (32 loc) · 695 Bytes
/
Copy pathbower.json
File metadata and controls
32 lines (32 loc) · 695 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
{
"name": "d3bridgeexample",
"description": "An example of how to use Famous to render a force graph calcuated by D3.",
"version": "0.1.0",
"homepage": "https://github.com/drclick/d3bridgeexample",
"authors": [{
"name": "drclick",
"url": "http://github.com/drclick/"
}],
"main": "app/index.html",
"moduleType": [
"amd"
],
"keywords": [
"famo.us"
],
"license": "ISC",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"src/lib",
"test",
"tests"
],
"dependencies": {
"requirejs": "~2.1.11",
"almond": "~0.2.9",
"famous-polyfills": "git+https://github.com/Famous/polyfills.git#0.1.1",
"famous": "~0.2.1"
}
}