
{
  "name": "capital-framework",
  "version": "3.4.1",
  "description": "CFPB's UI framework",
  "main": "src/capital-framework.js",
  "less": "src/capital-framework.less",
  "style": "dist/capital-framework.css",
  "author": {
    "name": "Consumer Financial Protection Bureau",
    "email": "tech@cfpb.gov",
    "url": "https://consumerfinance.gov"
  },
  "license": "CC0-1.0",
  "keywords": [
    "capital-framework"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/cfpb/capital-framework.git"
  },
  "bugs": {
    "url": "https://github.com/cfpb/capital-framework/issues"
  },
  "scripts": {
    "postinstall": "node scripts/npm/postinstall",
    "release": "./scripts/travis/release.sh",
    "build": "gulp build",
    "test": "gulp test && node test/accessibility/wcag.js"
  },
  "devDependencies": {
    "bluebird": "^3.0.5",
    "chalk": "^1.1.1",
    "child-process-promise": "^1.1.0",
    "deepmerge": "^0.2.10",
    "finalhandler": "^0.4.1",
    "fs-readdir-promise": "^1.0.1",
    "gulp": "^3.9.0",
    "gulp-apply-template": "0.0.2",
    "gulp-cssmin": "^0.1.7",
    "gulp-data": "^1.2.0",
    "gulp-debug": "^2.1.2",
    "gulp-foreach": "^0.1.0",
    "gulp-if": "^2.0.0",
    "gulp-ignore": "^2.0.1",
    "gulp-json-format": "^1.0.0",
    "gulp-less": "^3.0.3",
    "gulp-load-plugins": "^1.0.0",
    "gulp-markdown": "^1.1.0",
    "gulp-qunit": "^1.3.0",
    "gulp-rename": "^1.2.2",
    "gulp-rimraf": "^0.2.0",
    "gulp-tap": "^0.1.3",
    "gulp-template": "^3.0.0",
    "gulp-uglify": "^1.5.1",
    "gulp-webpack": "^1.5.0",
    "in-publish": "^2.0.0",
    "indent-string": "^2.1.0",
    "inquirer": "^0.11.0",
    "is-travis": "^1.0.0",
    "less-plugin-npm-import": "^2.1.0",
    "lodash": "^3.10.1",
    "log-symbols": "^1.0.2",
    "marked": "^0.3.5",
    "minimist": "^1.2.0",
    "npm-registry-client": "^7.0.7",
    "promisify-node": "^0.2.1",
    "qunit": "^0.7.7",
    "require-dir": "^0.3.0",
    "run-sequence": "^1.1.4",
    "semver": "^5.0.3",
    "serve-static": "^1.10.0",
    "silent-npm-registry-client": "^1.0.0",
    "versiony": "^1.3.0",
    "vinyl-named": "^1.1.0",
    "wcag": "^0.2.2"
  },
  "dependencies": {
    "async": "^1.5.0",
    "npmi": "^1.0.1"
  }
}
