forked from FormidableLabs/victory-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.29 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "victory-cli",
"version": "0.0.3",
"description": "A tool for generating charts on the command line.",
"bin": "bin/victory-cli.js",
"scripts": {
"lint": "eslint --ext .js bin lib test",
"test": "mocha --opts test/mocha.opts test/**/*.spec.js",
"test-cov": "BABEL_ENV=coverage nyc mocha test/.setup.js 'test/**/*.spec.js'"
},
"author": "Ken Wheeler",
"repository": "https://github.com/FormidableLabs/victory-cli",
"license": "MIT",
"dependencies": {
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.14.0",
"commander": "^2.9.0",
"librsvg": "^0.7.0",
"lodash": "^4.15.0",
"react": "^15.3.0",
"react-dom": "^15.3.0",
"term-img": "^0.2.0",
"victory": "^0.11.0"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
"babel-plugin-istanbul": "^2.0.0",
"chai": "^3.5.0",
"coveralls": "^2.11.12",
"eslint": "^3.4.0",
"eslint-config-formidable": "^1.0.1",
"eslint-plugin-filenames": "^1.1.0",
"eslint-plugin-import": "^1.14.0",
"eslint-plugin-react": "^6.2.0",
"istanbul": "^0.4.5",
"mocha": "^3.0.2",
"mock-fs": "^3.11.0",
"nyc": "^8.1.0",
"rimraf": "^2.5.4",
"sinon": "^1.17.5",
"sinon-chai": "^2.8.0"
}
}