{
  "name": "limosa",
  "version": "2.1.2",
  "description": "Fast router for both browser and server",
  "main": "lib/index.js",
  "browser": "browser/lib/index.js",
  "jspm": {
    "main": "browser/lib/index.js",
    "directories": {
      "lib": "browser"
    }
  },
  "scripts": {
    "test": "make test",
    "build": "make build",
    "postpublish": "make post-publish",
    "preversion": "make pre-version",
    "version": "make version",
    "watch": "make watch"
  },
  "repository": "git://github.com/christophehurpeau/limosa.git",
  "keywords": [
    "springbokjs",
    "alpjs",
    "router"
  ],
  "author": "Christophe Hurpeau <christophe@hurpeau.com> (http://christophe.hurpeau.com/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/christophehurpeau/limosa/issues"
  },
  "homepage": "https://github.com/christophehurpeau/limosa",
  "devDependencies": {
    "babel-eslint": "^6.0.4",
    "coveralls": "^2.11.6",
    "eslint": "^2.12.0",
    "eslint-config-airbnb-base": "^3.0.1",
    "eslint-config-pob": "^6.1.1",
    "eslint-plugin-import": "^1.8.1",
    "karma": "^0.13",
    "karma-chrome-launcher": "^0.2.0",
    "karma-firefox-launcher": "^0.1.6",
    "karma-ievms": "0.1.0",
    "karma-mocha": "^0.2.0",
    "karma-phantomjs-launcher": "^0.2.1",
    "karma-proclaim": "^1.0.0",
    "phantomjs": "^1.9.19",
    "proclaim": "^3.3",
    "springbokjs-library": "^13.4.2",
    "xunit-file": "0.0.9"
  }
}
