mirror of https://github.com/masayuki0812/c3.git
Quite good looking graph derived from d3.js
http://c3js.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
1.7 KiB
63 lines
1.7 KiB
{ |
|
"name": "c3", |
|
"version": "1.0.0", |
|
"description": "D3-based reusable chart library", |
|
"main": "c3.js", |
|
"scripts": { |
|
"lint": "eslint src/", |
|
"test": "mocha spec-mocha/ --compilers js:babel-register", |
|
"codecov": "cat coverage/*/lcov.info | codecov", |
|
"build": "rollup -cm" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "git://github.com/masayuki0812/c3.git" |
|
}, |
|
"keywords": [ |
|
"d3", |
|
"chart", |
|
"graph" |
|
], |
|
"author": "Masayuki Tanaka", |
|
"license": "MIT", |
|
"gitHead": "84e03109d9a590f9c8ef687c03d751f666080c6f", |
|
"readmeFilename": "README.md", |
|
"dependencies": { |
|
"d3": "^3.5.17" |
|
}, |
|
"devDependencies": { |
|
"babel-plugin-external-helpers": "^6.8.0", |
|
"babel-preset-es2015": "^6.14.0", |
|
"chai": "^3.5.0", |
|
"chai-color-helpers": "github:aendrew/chai-color-helpers", |
|
"chai-colors": "^1.0.1", |
|
"codecov.io": "^0.1.6", |
|
"eslint": "^3.5.0", |
|
"eslint-config-airbnb-base": "^7.1.0", |
|
"eslint-plugin-import": "^1.15.0", |
|
"grunt": "^1.0.1", |
|
"grunt-contrib-concat": "^1.0.1", |
|
"grunt-contrib-cssmin": "^1.0.1", |
|
"grunt-contrib-jshint": "^1.0.0", |
|
"grunt-contrib-uglify": "^1.0.1", |
|
"grunt-contrib-watch": "^1.0.0", |
|
"grunt-karma": "^2.0.0", |
|
"grunt-sass": "^1.2.0", |
|
"jasmine-core": "^2.4.1", |
|
"jsdom": "^9.5.0", |
|
"jshint-stylish": "^2.2.0", |
|
"karma": "^1.1.1", |
|
"karma-babel-preprocessor": "^6.0.1", |
|
"karma-coverage": "^1.1.0", |
|
"karma-jasmine": "^1.0.2", |
|
"karma-phantomjs-launcher": "^1.0.1", |
|
"karma-rollup-plugin": "^0.2.3", |
|
"karma-spec-reporter": "0.0.26", |
|
"load-grunt-tasks": "^3.5.0", |
|
"mocha": "^3.0.2", |
|
"phantomjs-prebuilt": "^2.1.7", |
|
"rollup": "^0.35.10", |
|
"rollup-plugin-babel": "^2.6.1", |
|
"sinon": "^1.17.6" |
|
} |
|
}
|
|
|