cybrilla/parata

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "parata",
  "version": "0.1.0",
  "description": "Component based style guide for the web.",
  "main": "./lib/parata.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Swaroop Sethumadhavan",
  "license": "MIT",
  "dependencies": {
    "fs-extra": "^0.18.4",
    "grunt": "^0.4.5",
    "handlebars": "^3.0.3",
    "node-static": "^0.7.6"
  },
  "devDependencies": {
    "chai": "^3.0.0",
    "grunt-mocha-test": "^0.12.7",
    "mocha": "^2.2.5",
    "sinon": "^1.14.0"
  }
}