{
  "_args": [
    [
      "angular-chartist.js@4.3.4",
      "/var/www/nomadis/maj/nomadis_maj"
    ]
  ],
  "_from": "angular-chartist.js@4.3.4",
  "_id": "angular-chartist.js@4.3.4",
  "_inBundle": false,
  "_integrity": "sha512-A98med8mPH0kVX4rRFwvmiHh3pkly5LfeOEH5dGFuvmIyamd88rxNx5NRg+9xkV6PkyjJ4GqJM6Fy8gVySVPLQ==",
  "_location": "/angular-chartist.js",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "angular-chartist.js@4.3.4",
    "name": "angular-chartist.js",
    "escapedName": "angular-chartist.js",
    "rawSpec": "4.3.4",
    "saveSpec": null,
    "fetchSpec": "4.3.4"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/angular-chartist.js/-/angular-chartist.js-4.3.4.tgz",
  "_spec": "4.3.4",
  "_where": "/var/www/nomadis/maj/nomadis_maj",
  "author": {
    "name": "Will",
    "email": "will.soto9+github@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/willsoto/angular-chartist.js/issues"
  },
  "description": "Angular directive for Chartist.js",
  "devDependencies": {
    "angular": "^1.6.5",
    "angular-mocks": "^1.6.5",
    "babel-cli": "^6.24.1",
    "babel-core": "^6.25.0",
    "babel-loader": "^7.1.1",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-preset-env": "^1.6.0",
    "babel-preset-stage-2": "^6.24.1",
    "babel-register": "^6.24.1",
    "chai": "^4.0.2",
    "chartist": "^0.11.0",
    "conventional-changelog": "^1.1.3",
    "conventional-changelog-cli": "^1.3.1",
    "coveralls": "^2.13.1",
    "css-loader": "^0.28.4",
    "eslint": "^4.2.0",
    "eslint-config-prettier": "^2.3.0",
    "eslint-plugin-prettier": "^2.1.2",
    "husky": "^0.14.3",
    "isparta-loader": "^2.0.0",
    "istanbul-instrumenter-loader": "^3.0.0",
    "karma": "^1.7.0",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^2.2.0",
    "karma-coverage": "^1.1.1",
    "karma-mocha": "^1.3.0",
    "karma-spec-reporter": "0.0.31",
    "karma-webpack": "^2.0.4",
    "lint-staged": "^4.0.1",
    "mocha": "^3.4.2",
    "ng-annotate": "^1.2.2",
    "prettier": "^1.7.2",
    "rimraf": "^2.6.1",
    "rollup": "^0.50.0",
    "rollup-plugin-babel": "^3.0.1",
    "rollup-plugin-eslint": "^4.0.0",
    "rollup-plugin-filesize": "^1.4.2",
    "rollup-plugin-uglify": "^2.0.1",
    "standard-version": "^4.2.0",
    "style-loader": "^0.18.2",
    "uglify-js": "^3.0.24",
    "validate-commit": "^3.2.1",
    "webpack": "^3.1.0",
    "webpack-dev-server": "^2.5.1"
  },
  "homepage": "https://github.com/willsoto/angular-chartist.js",
  "keywords": [
    "angular",
    "chartist.js",
    "directive"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.js": [
      "prettier --write",
      "eslint --fix",
      "git add"
    ],
    "*.json": [
      "prettier --write",
      "git add"
    ]
  },
  "main": "dist/angular-chartist.js",
  "name": "angular-chartist.js",
  "peerDependencies": {
    "angular": ">=1.2.28",
    "chartist": ">=0.9.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/willsoto/angular-chartist.js.git"
  },
  "scripts": {
    "annotate": "ng-annotate -a dist/angular-chartist.js -o dist/angular-chartist.js",
    "build": "rollup -c",
    "commitmsg": "validate-commit-msg",
    "coveralls": "coveralls < coverage/lcov.info",
    "lint": "eslint src/ test/",
    "postannotate": "npm run uglify",
    "postbuild": "npm run annotate",
    "postcoveralls": "rimraf ./coverage",
    "postpublish": "git push origin master --follow-tags",
    "prebuild": "rimraf dist/",
    "precommit": "lint-staged && npm test",
    "prepare": "npm run build",
    "prerelease": "npm test",
    "pretest": "npm run build",
    "release": "standard-version --sign && git push --follow-tags origin master && npm publish",
    "start": "webpack-dev-server --content-base example/",
    "test": "karma start",
    "test:watch": "npm run test -- --no-single-run --auto-watch",
    "uglify": "uglifyjs dist/angular-chartist.js --compress --mangle --screw-ie8 -o dist/angular-chartist.min.js"
  },
  "version": "4.3.4"
}
