{
  "name": "express-forward-html",
  "description": "forward html",
  "version": "2.1.3",
  "license": "MIT",
  "author": {
    "name": "lzn",
    "url": "http://w.chuune.com"
  },
  "engines": {
    "node": ">=4.2.1"
  },
  "devDependencies": {
    "@types/express": "^4.0.36",
    "@types/node": "^8.0.9",
    "@types/ramda": "^0.24.2",
    "body-parser": "^1.17.2",
    "chai": "^3.5.0",
    "chai-as-promised": "^6.0.0",
    "cross-env": "^4.0.0",
    "express": "^4.15.2",
    "karma": "^1.6.0",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^2.0.0",
    "karma-ie-launcher": "^1.0.0",
    "karma-mocha": "^1.3.0",
    "karma-phantomjs-launcher": "^1.0.4",
    "karma-rollup-preprocessor": "^4.0.0",
    "mocha": "^3.2.0",
    "rollup-plugin-commonjs": "^8.0.2",
    "rollup-plugin-node-resolve": "^3.0.0",
    "supertest": "^3.0.0",
    "ts-node": "^3.2.0",
    "tslint": "^5.5.0",
    "typescript": "^2.4.1"
  },
  "main": "./dist/index.js",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/goumang2010/express-forward-html.git"
  },
  "scripts": {
    "lint": "./node_modules/.bin/tslint ./src --fix",
    "build": "./node_modules/.bin/tsc --rootDir src",
    "build:web": "./node_modules/.bin/rollup -m -c ./test/web/build/config.js",
    "test:s": "cross-env BABEL_ENV=test mocha --compilers js:babel-register test/server/test.js",
    "test:b": "karma start ./test/broswer/karma/index.js",
    "test": "npm run test:s &&npm run test:b",
    "test:web": "node ./test/web/app.js"
  },
  "dependencies": {
    "node-fetch-sp": "git+ssh://git@github.com:goumang2010/node-fetch-sp.git#v1.0.1",
    "ramda": "^0.24.1"
  }
}
