UNPKG

1.58 kBJSONView Raw
1{
2 "name": "rc-server",
3 "version": "3.1.2",
4 "description": "server for react-component",
5 "keywords": [
6 "react",
7 "server",
8 "dev"
9 ],
10 "homepage": "http://github.com/react-component/rc-server",
11 "author": {
12 "name": "yiminghe@gmail.com"
13 },
14 "repository": {
15 "type": "git",
16 "url": "git@github.com:react-component/rc-server.git"
17 },
18 "bugs": {
19 "url": "http://github.com/react-component/rc-server/issues"
20 },
21 "licenses": "MIT",
22 "config": {
23 "port": 8888
24 },
25 "bin": {
26 "rc-server": "./bin/start.js"
27 },
28 "scripts": {
29 "lint": "eslint index.js lib bin",
30 "start": "node --harmony bin/start",
31 "publish": "git push origin"
32 },
33 "dependencies": {
34 "autoprefixer-core": "~4.0.2",
35 "babel-core": "5.x",
36 "console-polyfill": "^0.1.2",
37 "es5-shim": "~4.0.5",
38 "highlight.js": "~8.4.0",
39 "koa": "~0.13.0",
40 "koa-body": "^0.4.0",
41 "koa-favicon": "~1.2.0",
42 "koa-jsx": "^2.0.2",
43 "koa-less": "0.0.3",
44 "koa-modularize": "3.6.x",
45 "koa-node-jscover": "^1.0.0",
46 "koa-router": "~3.7.0",
47 "koa-serve-index": "1.x",
48 "koa-source-map": "1.x",
49 "koa-static": "1.x",
50 "match-require": "1.x",
51 "mocha": "~2.0.1",
52 "modulex": "~1.7.3",
53 "modulex-util": "^1.1.4",
54 "node-jscover": "^0.6.10",
55 "node-jscover-coveralls": "^2.0.0",
56 "normalize.css": "~3.0.3",
57 "xtemplate": "4.x",
58 "xtpl": "3.x"
59 },
60 "devDependencies": {
61 "bootstrap": "~3.3.1",
62 "eslint": "~0.22.1",
63 "precommit-hook": "~1.0.7",
64 "react": "^0.13.0"
65 },
66 "precommit": [
67 "lint"
68 ]
69}