UNPKG

1.6 kBJSONView Raw
1{
2 "name": "rc-server",
3 "version": "3.3.3",
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 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.1.x",
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-modularize": "3.6.x",
44 "koa-node-jscover": "^1.0.0",
45 "koa-router": "~3.7.0",
46 "koa-serve-index": "1.x",
47 "koa-source-map": "1.x",
48 "koa-static": "1.x",
49 "match-require": "1.x",
50 "mocha": "~2.0.1",
51 "modulex": "~1.7.3",
52 "modulex-util": "^1.1.4",
53 "node-jscover": "^0.6.10",
54 "node-jscover-coveralls": "^2.0.0",
55 "normalize.css": "~3.0.3",
56 "xtemplate": "4.x",
57 "xtpl": "3.x",
58 "less": "~2.5.0",
59 "node.extend": "~1.1"
60 },
61 "devDependencies": {
62 "bootstrap": "~3.3.1",
63 "eslint": "~0.22.1",
64 "precommit-hook": "~1.0.7",
65 "react": "^0.13.0"
66 },
67 "precommit": [
68 "lint"
69 ]
70}