forked from bullhorn/novo-elements
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·153 lines (153 loc) · 4.98 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·153 lines (153 loc) · 4.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
{
"name": "novo-elements",
"version": "2.0.168",
"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 -s node_modules/custom-tslint-formatters/formatters -t grouped \"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",
"github-release": "conventional-github-releaser -p angular",
"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 run github-release && 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": "sloc src/ --format json > ./coverage/sloc.json",
"pregalaxy": "npm run lint:save && npm run loc",
"galaxy": "galaxy analyze"
},
"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"
},
{
"name": "Kameron Sween",
"email": "ksween@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": {
"@types/ckeditor": "0.0.34",
"@types/dragula": "2.1.29",
"dragula": "3.7.2",
"hint.css": "2.4.1"
},
"peerDependencies": {
"@angular/common": "*",
"@angular/compiler": "*",
"@angular/core": "*",
"@angular/forms": "*",
"@types/ckeditor": "*",
"@types/dragula": "*",
"core-js": "*",
"rxjs": "*",
"zone.js": "*"
},
"devDependencies": {
"@angular/common": "2.3.1",
"@angular/compiler": "2.3.1",
"@angular/compiler-cli": "2.3.1",
"@angular/core": "2.3.1",
"@angular/forms": "2.3.1",
"@angular/http": "2.3.1",
"@angular/platform-browser": "2.3.1",
"@angular/platform-browser-dynamic": "2.3.1",
"@angular/router": "3.3.1",
"@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": "2.2.4",
"codelyzer": "1.0.0-beta.4",
"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": "1.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",
"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.0.0-rc.4",
"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": "3.15.1",
"tslint-loader": "2.1.5",
"typescript": "2.0.10",
"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.7.1"
},
"engines": {
"node": ">= 6.0.0",
"npm": ">= 3"
}
}