{
  "name": "routine",
  "version": "0.2.0",
  "description": "A simple routing engine",
  "main": "index.js",
  "dependencies": {},
  "devDependencies": {
    "browserify": "^6.2.0",
    "derequire": "^1.2.0",
    "phantomjs": "^1.9.10",
    "tape": "^3.0.2",
    "uglify-js": "^2.4.15"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kjbekkelund/routine.git"
  },
  "scripts": {
    "test": "testem ci",
    "build-dev": "browserify index.js --standalone routine | derequire > dist/routine.js",
    "build-min": "browserify index.js --standalone routine | derequire | uglifyjs -c > dist/routine.min.js",
    "build": "npm run build-dev && npm run build-min"
  },
  "author": "Kim Joar Bekkelund <kjbekkelund@gmail.com>",
  "license": "MIT"
}
