novo-elements
Version:
Bullhorn's NOVO Element Repository for Angular 2
167 lines (166 loc) • 5.54 kB
JSON
{
"name": "novo-elements",
"version": "2.1.14",
"description": "Bullhorn's NOVO Element Repository for Angular 2",
"scripts": {
"precommit": "npm run lint",
"clean": "node_modules/.bin/rimraf coverage dist",
"compile": "ngc -p tsconfig.publish.json",
"prepublish": "npm run clean && npm run compile",
"postpublish": "npm run deploy:gh-pages",
"lint": "tslint \"src/**/*.ts\" \"demo/**/*.ts\"",
"start": "webpack-dev-server --config config/webpack.dev.js --progress --profile --watch --content-base demo/",
"test": "cross-env NODE_ENV=test node_modules/.bin/karma start",
"test:watch": "cross-env NODE_ENV=test node_modules/.bin/karma start --single-run false --auto-watch true",
"changelog": "conventional-changelog -i CHANGELOG.md -s -p angular -v",
"deploy:gh-pages": "npm run build:prod && ./node_modules/.bin/gh-pages -d dist",
"version": "npm run changelog && git add -A",
"postversion": "git push origin master && git push --tags && npm publish",
"build:prod": "webpack --config config/webpack.prod.js --progress --profile --colors --display-error-details --display-cached --bail",
"lint:save": "tslint -t json \"src/**/*.ts\" \"demo/**/*.ts\"",
"loc": "node_modules/sloc/bin/sloc src/ --format json > ./coverage/sloc.json",
"pregalaxy": "npm run loc",
"preanalyze-mr": "npm run loc",
"galaxy": "galaxy analyze",
"analyze-mr": "galaxy analyze-mr"
},
"main": "index.js",
"keywords": [
"angular2"
],
"author": "Joshua Godi <joshuagodi@gmail.com>",
"contributors": [
{
"name": "Brian Kimball",
"email": "bkimball@bullhorn.com"
},
{
"name": "Alec Sibilia",
"email": "asibilia@bullhorn.com"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/bullhorn/novo-elements.git"
},
"bugs": {
"url": "https://github.com/bullhorn/novo-elements/issues"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"homepage": "https://github.com/bullhorn/novo-elements#readme",
"dependencies": {
"@angular/cdk": "2.0.0-beta.10",
"@types/dragula": "2.1.29",
"angular2-text-mask": "^8.0.2",
"date-fns": "^1.28.2",
"dragula": "3.7.2",
"hint.css": "2.4.1",
"post-robot": "5.0.5"
},
"peerDependencies": {
"@angular/animations": ">=4.0.0 <5.0.0 || >=4.0.0-beta <5.0.0",
"@angular/common": ">=4.0.0 <5.0.0 || >=4.0.0-beta <5.0.0",
"@angular/compiler": ">=4.0.0 <5.0.0 || >=4.0.0-beta <5.0.0",
"@angular/core": ">=4.0.0 <5.0.0 || >=4.0.0-beta <5.0.0",
"@angular/forms": ">=4.0.0 <5.0.0 || >=4.0.0-beta <5.0.0"
},
"devDependencies": {
"@angular/animations": "^4.2.4",
"@angular/common": "^4.2.4",
"@angular/compiler": "^4.2.4",
"@angular/compiler-cli": "^4.2.4",
"@angular/core": "^4.2.4",
"@angular/forms": "^4.2.4",
"@angular/http": "^4.2.4",
"@angular/platform-browser": "^4.2.4",
"@angular/platform-browser-dynamic": "^4.2.4",
"@angular/router": "^4.2.4",
"@types/chai": "3.4.34",
"@types/core-js": "0.9.34",
"@types/hammerjs": "2.0.33",
"@types/highlight.js": "9.1.8",
"@types/jasmine": "2.5.38",
"@types/node": "6.0.51",
"@types/webpack": "2.0.0",
"assets-webpack-plugin": "3.5.0",
"autoprefixer": "6.5.3",
"awesome-typescript-loader": "3.2.3",
"codelyzer": "3.2.0",
"conventional-changelog": "^1.1.0",
"conventional-changelog-cli": "^1.2.0",
"conventional-github-releaser": "^1.1.3",
"copy-webpack-plugin": "4.0.1",
"core-js": "2.4.1",
"cross-env": "^3.1.3",
"css-loader": "0.26.0",
"custom-tslint-formatters": "2.1.1",
"exports-loader": "0.6.3",
"expose-loader": "0.7.1",
"extract-text-webpack-plugin": "2.0.0-beta.4",
"file-loader": "0.9.0",
"galaxy-parser": "^1.0.22",
"gh-pages": "0.12.0",
"html-webpack-plugin": "2.24.1",
"husky": "0.11.9",
"ie-shim": "0.1.0",
"imports-loader": "0.6.5",
"istanbul-instrumenter-loader": "0.2.0",
"json-loader": "0.5.4",
"karma": "1.3.0",
"karma-chrome-launcher": "2.0.0",
"karma-coverage": "1.1.1",
"karma-coveralls": "^1.1.2",
"karma-jasmine": "1.0.2",
"karma-mocha-reporter": "2.2.1",
"karma-remap-coverage": "0.1.2",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "1.8.0",
"node-sass": "3.13.0",
"parse5": "2.2.3",
"postcss-loader": "1.1.1",
"protractor": "4.0.11",
"raw-loader": "0.5.1",
"rimraf": "2.5.4",
"rxjs": "^5.4.2",
"sass-loader": "4.0.2",
"script-ext-html-webpack-plugin": "1.3.4",
"source-map-loader": "0.1.5",
"string-replace-loader": "1.0.5",
"style-loader": "0.13.1",
"to-string-loader": "1.1.5",
"ts-helpers": "1.1.2",
"ts-node": "1.7.0",
"tslint": "5.7.0",
"tslint-loader": "3.5.3",
"typescript": "~2.3.3",
"url-loader": "0.5.7",
"webpack": "2.1.0-beta.27",
"webpack-dev-middleware": "1.8.4",
"webpack-dev-server": "2.1.0-beta.9",
"webpack-md5-hash": "0.0.5",
"webpack-merge": "0.18.0",
"zone.js": "^0.8.14"
},
"engines": {
"node": ">= 6.0.0",
"npm": ">= 3"
},
"galaxy": {
"display": "Novo Elements",
"type": "javascript",
"api": "github",
"owner": "bullhorn",
"repo": "novo-elements",
"goal": 80,
"public": true,
"threshold": 0.05,
"defaultBranch": "master",
"locations": {
"sloc": "/coverage/sloc.json",
"lcov": "/coverage/lcov.info"
}
}
}