Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MUR Drupal
d3-library
Commits
539a9da5
Commit
539a9da5
authored
Jun 29, 2013
by
Mike Bostock
Browse files
Merge branch 'master' of
git://github.com/jabapyth/d3
into component
parents
e05b1e76
6baa166f
Changes
2
Hide whitespace changes
Inline
Side-by-side
bin/component
0 → 100755
View file @
539a9da5
#!/usr/bin/env node
var
fs
=
require
(
"
fs
"
)
,
package
=
require
(
"
../package.json
"
)
console
.
log
(
JSON
.
stringify
({
"
name
"
:
"
d3
"
,
"
repo
"
:
"
mbostock/d3
"
,
"
description
"
:
package
.
description
,
"
keywords
"
:
package
.
keywords
,
"
version
"
:
package
.
version
,
"
main
"
:
"
index-browserify.js
"
,
"
scripts
"
:
[
"
d3.js
"
,
"
index-browserify.js
"
],
"
dependencies
"
:
{},
"
development
"
:
{},
// component doesn't yet support multiple licenses
"
license
"
:
package
.
licenses
[
0
].
type
,
},
null
,
2
));
component.json
0 → 100644
View file @
539a9da5
{
"name"
:
"d3"
,
"repo"
:
"mbostock/d3"
,
"description"
:
"A small, free JavaScript library for manipulating documents based on data."
,
"keywords"
:
[
"dom"
,
"w3c"
,
"visualization"
,
"svg"
,
"animation"
,
"canvas"
],
"version"
:
"3.2.2"
,
"main"
:
"index-browserify.js"
,
"scripts"
:
[
"d3.js"
,
"index-browserify.js"
],
"dependencies"
:
{},
"development"
:
{},
"license"
:
"BSD"
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment