{
  "name": "compliance",
  "version": "0.2.2",
  "description": "validate compliance of a javascript module against a test suite module",
  "main": "index.js",
  "bin": "bin/cmd.js",
  "scripts": {
    "clean:deps": "rimraf node_modules/*",
    "clean": "npm run clean:deps && npm install",
    "test": "jasmine",
    "preversion": "npm test || echo -e '\\e[43mWARNING\\e[49m tests failed'",
    "watch": "chokidar 'index.js' 'bin/cmd.js' 'lib/' 'spec/support/fixtures/' 'spec/*.js' -c 'npm test' --initial"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bzb-stcnx/compliance.git"
  },
  "keywords": [
    "browserify-transform",
    "spec",
    "compliance",
    "dependency-injection",
    "interface",
    "implementation"
  ],
  "author": "bzb-stcnx",
  "license": "SEE LICENSE IN ./LICENSE",
  "bugs": {
    "url": "https://github.com/bzb-stcnx/compliance/issues"
  },
  "homepage": "https://github.com/bzb-stcnx/compliance#readme",
  "dependencies": {
    "krash": "^0.1.3",
    "resolve": "^1.1.6",
    "through2-map": "^2.0.0",
    "yalookup": "^0.1.4"
  },
  "devDependencies": {
    "chokidar-cli": "^1.0.1",
    "concat-stream": "^1.5.1",
    "jasmine": "^2.3.2",
    "jasmine-core": "^2.3.4",
    "mockery": "^1.4.0",
    "rimraf": "^2.4.3"
  }
}
