angular-chartist.js
Version:
Angular directive for Chartist.js
108 lines (107 loc) • 3.37 kB
JSON
{
"name": "angular-chartist.js",
"version": "5.0.0-beta.2",
"description": "Angular directive for Chartist.js",
"main": "dist/angular-chartist.js",
"scripts": {
"prebuild": "rimraf dist/",
"build": "rollup -c",
"pretest": "npm run build",
"test": "karma start",
"test:watch": "npm run test -- --no-single-run --auto-watch",
"lint": "eslint src/ test/",
"prepare": "npm run build",
"start": "webpack-serve",
"prerelease": "npm test",
"release": "standard-version --sign",
"postrelease": "git push --follow-tags origin master && npm publish",
"precommit": "lint-staged",
"prepush": "npm test",
"commitmsg": "validate-commit-msg"
},
"repository": {
"type": "git",
"url": "https://github.com/willsoto/angular-chartist.js"
},
"keywords": [
"angular",
"chartist.js",
"directive"
],
"author": "Will <will.soto9+github@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/willsoto/angular-chartist.js/issues"
},
"homepage": "https://github.com/willsoto/angular-chartist.js",
"devDependencies": {
"@babel/cli": "7.0.0-rc.1",
"@babel/core": "7.0.0-rc.1",
"@babel/plugin-proposal-class-properties": "7.0.0-beta.54",
"@babel/plugin-proposal-decorators": "7.0.0-beta.54",
"@babel/plugin-proposal-export-namespace-from": "7.0.0-beta.54",
"@babel/plugin-proposal-function-sent": "7.0.0-beta.54",
"@babel/plugin-proposal-json-strings": "7.0.0-beta.54",
"@babel/plugin-proposal-numeric-separator": "7.0.0-beta.54",
"@babel/plugin-proposal-throw-expressions": "7.0.0-beta.54",
"@babel/plugin-syntax-dynamic-import": "7.0.0-beta.54",
"@babel/plugin-syntax-import-meta": "7.0.0-beta.54",
"@babel/preset-env": "7.0.0-rc.1",
"@babel/register": "7.0.0-rc.1",
"angular": "^1.7.3",
"angular-mocks": "^1.7.3",
"babel-loader": "^8.0.0-beta.0",
"babel-plugin-angularjs-annotate": "^0.9.0",
"chai": "^4.1.2",
"chartist": "^0.11.0",
"conventional-changelog": "^2.0.1",
"conventional-changelog-cli": "^2.0.1",
"css-loader": "^1.0.0",
"eslint": "^5.4.0",
"eslint-config-prettier": "^3.0.1",
"eslint-plugin-prettier": "^2.6.2",
"greenkeeper-lockfile": "1",
"html-webpack-plugin": "^3.2.0",
"husky": "^0.14.3",
"isparta-loader": "^2.0.0",
"istanbul-instrumenter-loader": "^3.0.1",
"karma": "^3.0.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.2",
"karma-mocha": "^1.3.0",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "^3.0.0",
"lint-staged": "^7.2.2",
"mocha": "^5.2.0",
"prettier": "^1.14.2",
"puppeteer": "^1.7.0",
"rimraf": "^2.6.2",
"rollup": "^0.64.1",
"rollup-plugin-babel": "^4.0.0-beta.2",
"rollup-plugin-eslint": "^5.0.0",
"rollup-plugin-filesize": "^4.0.1",
"rollup-plugin-uglify": "^4.0.0",
"standard-version": "^4.4.0",
"style-loader": "^0.22.1",
"validate-commit": "^3.4.0",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0",
"webpack-serve": "^2.0.2"
},
"peerDependencies": {
"angular": ">=1.2.28",
"chartist": ">=0.9.0"
},
"lint-staged": {
"*.js": [
"prettier --write",
"eslint --fix",
"git add"
],
"*.json": [
"prettier --write",
"git add"
]
}
}