{
  "name": "pelo",
  "version": "0.1.0",
  "description": "Lightning fast server-side rendering with tagged template literals",
  "main": "index.js",
  "scripts": {
    "start": "npm run build && node server.js",
    "test": "tape '**/*.test.js' && node benchmark.js",
    "build": "browserify client.js > bundle.js",
    "compare": "node compare.js"
  },
  "dependencies": {},
  "devDependencies": {
    "bel": "^4.6.0",
    "browserify": "^14.3.0",
    "html-minifier": "^3.5.6",
    "nanomorph": "^5.1.3",
    "standard": "^10.0.2",
    "tape": "^4.8.0"
  },
  "homepage": "https://github.com/shuhei/pelo",
  "bugs": {
    "url": "https://github.com/shuhei/pelo/issues"
  },
  "repository": "shuhei/pelo",
  "author": "Shuhei Kagawa <shuhei.kagawa@gmail.com>",
  "license": "ISC"
}
