{
  "name": "nprogress-npm",
  "author": "Rico Sta. Cruz <hi@ricostacruz.com>",
  "version": "0.1.3",
  "repository": {
     "type": "git",
     "url": "https://github.com/callumacrae/nprogress.git"
  },
  "main": "./nprogress.js",
  "scripts": {
    "test": "./node_modules/.bin/mocha -R spec"
  },
  "license": "MIT",
  "devDependencies": {
    "chai": "~1.6.1",
    "mocha": "~1.11.0",
    "jsdom": "~0.6.5"
  }
}
