42 lines
807 B
JSON
Executable File
42 lines
807 B
JSON
Executable File
{
|
|
"name": "c3",
|
|
"main": [
|
|
"c3.css",
|
|
"c3.js"
|
|
],
|
|
"homepage": "https://github.com/masayuki0812/c3",
|
|
"authors": [
|
|
"Masayuki Tanaka <masayuki0812@mac.com>"
|
|
],
|
|
"description": "D3-based reusable chart library",
|
|
"keywords": [
|
|
"chart",
|
|
"d3"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"htdocs",
|
|
"spec",
|
|
"src",
|
|
"package.json",
|
|
"component.json",
|
|
"Gruntfile.*"
|
|
],
|
|
"dependencies": {
|
|
"d3": "~3.5.0"
|
|
},
|
|
"version": "0.4.11",
|
|
"_release": "0.4.11",
|
|
"_resolution": {
|
|
"type": "version",
|
|
"tag": "0.4.11",
|
|
"commit": "223404a79246c61d150d8a209dbdc81f6955083b"
|
|
},
|
|
"_source": "https://github.com/masayuki0812/c3.git",
|
|
"_target": "^0.4.11",
|
|
"_originalSource": "c3",
|
|
"_direct": true
|
|
} |