{
  "name": "contour",
  "version": "0.8.1",
  "description": "Front-end scaffolding utility",
  "main": "index.js",
  "scripts": {
    "test": "NODE_ENV=testing ./node_modules/.bin/mocha $(find test -name '*.test.js')",
    "coverage": "NODE_ENV=test ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha $(find test -name '*.test.js') --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js || true && rm -rf ./coverage",
    "local": "zuul --phantom -- test/client.js"
  },
  "repository": {
    "type": "git",
    "url": "http://github.com/nodejitsu/contour.git"
  },
  "keywords": [
    "Front-end",
    "scaffold",
    "templating",
    "framework"
  ],
  "author": "Martijn Swaagman",
  "license": "MIT",
  "dependencies": {
    "async": "0.9.x",
    "cheerio": "0.17.x",
    "cortex.js": "0.2.x",
    "creditcard": "0.1.x",
    "fusing": "0.3.x",
    "handlebars": "2.0.x",
    "pagelet": "0.8.x",
    "predefine": "0.1.x"
  },
  "devDependencies": {
    "chai": "1.9.x",
    "coveralls": "2.11.x",
    "istanbul": "0.3.x",
    "mocha": "1.21.x",
    "mocha-lcov-reporter": "0.0.x",
    "pre-commit": "0.0.x",
    "sinon": "1.10.x",
    "sinon-chai": "2.5.x"
  }
}
