forked from blai/react-component-illustrator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.19 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
46
47
48
49
50
51
52
{
"name": "react-component-illustrator",
"version": "0.13.0",
"description": "",
"license": "MIT",
"repository": "blai/react-component-illustrator",
"author": {
"name": "Brian Lai",
"email": "[email protected]",
"url": "github.com/blai/react-component-illustrator"
},
"main": "lib/index.js",
"bin": "bin/cli.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha --compilers js:babel/register -r test test/**/*.test.js",
"prepublish": "cross-env BABEL_ENV=production babel -d lib --optional runtime src"
},
"files": [
"bin/",
"license",
"lib/"
],
"keywords": [
"react",
"component",
"documentation"
],
"dependencies": {
"acorn-jsx-walk": "^1.0.1",
"babel-runtime": "^5.8.24",
"dox": "^0.8.0",
"globby": "^3.0.0",
"mkdirp": "^0.5.1",
"react-docgen": "^2.17.0",
"recast": "^0.10.33",
"yargs": "^3.24.0"
},
"devDependencies": {
"babel": "^5.8.23",
"babel-plugin-rewire": "^0.1.22",
"chai": "^3.2.0",
"chai-as-promised": "^5.1.0",
"cross-env": "^5.0.5",
"mocha": "^2.3.2",
"sinon": "^1.16.1",
"sinon-as-promised": "^4.0.0",
"sinon-chai": "^2.8.0"
}
}