1 | {
|
2 | "name": "ruban",
|
3 | "version": "0.2.2",
|
4 | "description": "Ruban is a personal tool pack for creating repos.",
|
5 | "bin": {
|
6 | "ruban": "./bin/ruban.js"
|
7 | },
|
8 | "repository": {
|
9 | "type": "git",
|
10 | "url": "https://github.com/sorrycc/ruban"
|
11 | },
|
12 | "homepage": "https://github.com/sorrycc/ruban",
|
13 | "authors": [
|
14 | "chencheng <sorrycc@gmail.com> (https://github.com/sorrycc)"
|
15 | ],
|
16 | "license": "MIT",
|
17 | "bugs": {
|
18 | "url": "https://github.com/sorrycc/ruban/issues"
|
19 | },
|
20 | "keywords": [
|
21 | "tool"
|
22 | ],
|
23 | "scripts": {
|
24 | "pub": "npm publish && cnpm sync ruban && tnpm sync ruban"
|
25 | },
|
26 | "dependencies": {
|
27 | "@babel/core": "7.0.0-beta.31",
|
28 | "@babel/plugin-transform-modules-commonjs": "7.0.0-beta.31",
|
29 | "@babel/register": "7.0.0-beta.31",
|
30 | "babel-eslint": "^8.0.1",
|
31 | "babel-plugin-istanbul": "^4.1.4",
|
32 | "babel-preset-umi": "^0.2.0",
|
33 | "camelcase": "^4.1.0",
|
34 | "chalk": "^2.0.1",
|
35 | "chokidar": "^1.7.0",
|
36 | "coveralls": "^2.13.1",
|
37 | "eslint": "^3.19.0",
|
38 | "eslint-config-airbnb": "^15.0.2",
|
39 | "eslint-plugin-import": "^2.3.0",
|
40 | "eslint-plugin-jsx-a11y": "^6.0.2",
|
41 | "eslint-plugin-react": "^7.0.1",
|
42 | "expect": "^1.20.2",
|
43 | "fs-extra": "^4.0.2",
|
44 | "husky": "^0.14.2",
|
45 | "jsdom": "^9.0.0",
|
46 | "lint-staged": "^4.0.0",
|
47 | "mkdirp": "^0.5.1",
|
48 | "mocha": "^3.4.2",
|
49 | "nyc": "^11.0.3",
|
50 | "rimraf": "^2.6.1",
|
51 | "through2": "^2.0.3",
|
52 | "vinyl-fs": "^2.4.4",
|
53 | "which": "^1.2.14"
|
54 | }
|
55 | }
|