{
  "name": "web-nocache",
  "description": "Version static resource. Clear cache of browser when you publish you webapp.",
  "version": "0.3.0",
  "author": "Javey <jiawei23716@sina.com>",
  "main": "dist/nocache.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/Javey/nocache.git"
  },
  "dependencies": {
    "glob": "~4.3.1",
    "bluebird": "~2.3.11",
    "loader-utils": "~0.2.5",
    "lodash": "~2.4.1",
    "fs-extra": "~0.13.0",
    "css": "~2.1.0"
  },
  "devDependencies": {
    "mocha": "~2.0.1",
    "should": "~4.4.1",
    "mmmagic": "~0.3.12",
    "chai": "~1.10.0",
    "chai-as-promised": "~4.1.1",
    "coffee-script": "~1.8.0",
    "cheerio": "~0.18.0"
  },
  "scripts": {
    "build": "coffee -o dist -cb src",
    "test": "cd test/test && ../../node_modules/.bin/mocha --compilers coffee:coffee-script/register ./* --recursive"
  }
}
