UNPKG

1.84 kBJSONView Raw
1{
2 "name": "react-sparklines",
3 "version": "1.7.0",
4 "description": "Beautiful and expressive Sparklines component for React ",
5 "main": "build/index.js",
6 "directories": {
7 "src": "src/"
8 },
9 "scripts": {
10 "start": "cd demo && webpack-dev-server --progress",
11 "test": "mocha --compilers js:babel-core/register __tests__",
12 "test:watch": "mocha --compilers js:babel-core/register --watch __tests__",
13 "compile": "webpack",
14 "prepublish": "npm run compile",
15 "test:bootstrap": "node -r babel-core/register bootstrap-tests.js"
16 },
17 "repository": {
18 "type": "git",
19 "url": "git+https://github.com/borisyankov/react-sparklines.git"
20 },
21 "keywords": [
22 "react",
23 "component",
24 "react-component",
25 "charts",
26 "sparklines",
27 "visualization",
28 "jsx"
29 ],
30 "author": "Boris Yankov <borisyankov@gmail.com> (https://github.com/borisyankov)",
31 "license": "MIT",
32 "bugs": {
33 "url": "https://github.com/borisyankov/react-sparklines/issues"
34 },
35 "homepage": "https://github.com/borisyankov/react-sparklines#readme",
36 "devDependencies": {
37 "babel": "^6.5.2",
38 "babel-core": "^6.8.0",
39 "babel-loader": "7.1.1",
40 "babel-plugin-transform-object-assign": "^6.8.0",
41 "babel-preset-es2015": "^6.6.0",
42 "babel-preset-react": "^6.5.0",
43 "babel-preset-stage-1": "^6.5.0",
44 "babel-runtime": "^6.6.1",
45 "chai": "^4.1.0",
46 "enzyme": "^2.2.0",
47 "hiff": "^0.3.0",
48 "line-by-line": "^0.1.4",
49 "mocha": "^3.2.0",
50 "react": "^15.0.2",
51 "react-addons-test-utils": "^15.0.2",
52 "react-dom": "^15.0.2",
53 "react-element-to-jsx-string": "11.0.1",
54 "replaceall": "^0.1.6",
55 "webpack": "^3.4.1",
56 "webpack-dev-server": "^2.2.0"
57 },
58 "peerDependencies": {
59 "react": "*",
60 "react-dom": "*"
61 },
62 "dependencies": {
63 "prop-types": "^15.5.10"
64 }
65}