{
  "name": "jjv",
  "version": "1.0.2",
  "author": "Alex Cornejo",
  "devDependencies": {
    "chai": "~1.8.1",
    "mocha": "~1.13.0",
    "uglify-js": "~2.4.0",
    "jshint": "~2.3.0"
  },
  "dependencies": {},
  "repository": {
    "type": "git",
    "url": "https://github.com/acornejo/jjv.git",
    "web": "https://github.com/acornejo/jjv"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/acornejo/jjv/raw/master/LICENSE"
    }
  ],
  "scripts": {
    "prepublish": "mkdir build; ./node_modules/.bin/uglifyjs -o build/jjv.min.js lib/jjv.js",
    "pretest": "./node_modules/.bin/jshint -e 'js,json' ./lib ./test",
    "test": "./node_modules/.bin/mocha -b -R spec ./test"
  },
  "main": "index.js"
}
