{
  "name": "applet",
  "version": "0.0.10",
  "description": "A very small and expressive middleware framework",
  "main": "index.js",
  "jsnext:main": "src/applet.js",
  "module": "src/applet.js",
  "browser": "browser.js",
  "typings": "index.d.ts",
  "scripts": {
    "build": "rollup --config scripts/build.js",
    "docs": "node scripts/docs.js",
    "commitmsg": "commitlint --env GIT_PARAMS --config scripts/commit.js",
    "prepublishOnly": "npm run test && npm run docs",
    "test": "npm run build && jest"
  },
  "repository": "https://github.com/appletjs/applet.git",
  "keywords": [
    "promise",
    "middleware",
    "framework",
    "async",
    "applet"
  ],
  "author": "Maofeng Zhang <japplet@163.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/appletjs/applet/issues"
  },
  "homepage": "https://github.com/appletjs/applet#readme",
  "devDependencies": {
    "@commitlint/cli": "^7.0.0",
    "@commitlint/config-conventional": "^7.0.1",
    "highlightjs": "^9.10.0",
    "husky": "^0.14.3",
    "jest": "^23.1.0",
    "marked": "^0.4.0",
    "rollup": "^0.60.2",
    "rollup-plugin-buble": "^0.19.2"
  },
  "jest": {
    "testMatch": [
      "**/*.spec.js"
    ],
    "bail": true,
    "testEnvironment": "node"
  }
}
