{
  "name": "boa-vdom",
  "description": "A virtual dom library for b-o-a",
  "version": "0.2.0",
  "author": {
    "name": "bouzuya",
    "email": "m@bouzuya.net",
    "url": "http://bouzuya.net"
  },
  "ava": {
    "files": [
      ".tmp/test"
    ],
    "source": [
      "!**/*.js"
    ]
  },
  "bugs": {
    "url": "https://github.com/bouzuya/boa-vdom/issues"
  },
  "dependencies": {
    "vdom-to-html": "2.2.0",
    "vdom-virtualize": "1.0.6",
    "virtual-dom": "2.1.1"
  },
  "devDependencies": {
    "ava": "0.13.0",
    "parallelshell": "2.0.0",
    "proxyquire": "^1.7.4",
    "sinon": "^1.17.3",
    "typescript": "1.8.7",
    "typings": "0.7.8",
    "watch": "0.17.1"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/bouzuya/boa-vdom#readme",
  "keywords": [
    "b-o-a",
    "boa"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/bouzuya/boa-vdom"
  },
  "scripts": {
    "build": "tsc && npm run cp",
    "clean": "rm -rf lib/ .tmp/ dist/",
    "cp": "cp -R .tmp/src/* lib/",
    "md1": "[ -d .tmp/src ] || mkdir -p .tmp/src",
    "md2": "[ -d lib ] || mkdir lib",
    "prebuild": "parallelshell 'npm run md1' 'npm run md2'",
    "prepublish": "typings install && npm run clean && npm run build",
    "test": "ava",
    "watch": "parallelshell 'tsc --watch' 'npm run watch-cp' 'ava --watch'",
    "watch-cp": "watch --ignoreUnreadable --wait 5 'npm run cp' .tmp/src/"
  },
  "typings": "lib/index.d.ts"
}
