Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MUR Drupal
d3-library
Commits
6baa166f
Commit
6baa166f
authored
Jun 29, 2013
by
Jared Forsyth
Browse files
adding bin/component
parent
efce7dd7
Changes
2
Hide whitespace changes
Inline
Side-by-side
bin/component
0 → 100755
View file @
6baa166f
#!/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
View file @
6baa166f
{
"name"
:
"d3"
,
"repo"
:
"mbostock/d3"
,
"description"
:
"A JavaScript visualization library for HTML and SVG. http://d3js.org"
,
"description"
:
"A small, free JavaScript library for manipulating documents based on data."
,
"keywords"
:
[
"dom"
,
"w3c"
,
"visualization"
,
"svg"
,
"animation"
,
"canvas"
],
"version"
:
"3.2.2"
,
"keywords"
:
[
"visualization"
,
"svg"
,
"plot"
,
"graph"
],
"main"
:
"index-browserify.js"
,
"scripts"
:
[
"d3.js"
,
"index-browserify.js"
],
"dependencies"
:
{},
"development"
:
{},
"license"
:
"
MIT
"
"license"
:
"
BSD
"
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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