-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
126 lines (126 loc) · 3.84 KB
/
package.json
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
{
"name": "@zerothstack/toolchain",
"version": "1.0.1",
"description": "Toolchain for Zeroth projects, modules & core",
"main": "index.js",
"preferGlobal": true,
"scripts": {
"test": "$(npm bin)/mocha --no-timeouts test/test.js",
"postversion": "z changelog && git commit -am 'chore(changelog): updated changelog'",
"deploy-patch": "npm version patch && npm publish && git push origin master --tags"
},
"bin": {
"z": "bin/execute.js",
"zth": "bin/execute.js",
"zeroth": "bin/execute.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zerothstack/toolchain.git"
},
"keywords": [
"zeroth",
"toolchain"
],
"author": "Zak Henry",
"license": "MIT",
"bugs": {
"url": "https://github.com/zerothstack/toolchain/issues"
},
"homepage": "https://github.com/zerothstack/toolchain#readme",
"dependencies": {
"@xiphiaz/metalsmith-headings": "^0.1.1",
"@xiphiaz/metalsmith-layouts": "^1.7.0",
"@xiphiaz/metalsmith-serve": "0.0.9",
"@xiphiaz/metalsmith-watch": "^1.0.4",
"babel-preset-es2015": "^6.14.0",
"babel-register": "^6.9.0",
"chalk": "^1.1.3",
"conventional-changelog": "^1.1.0",
"coveralls": "^2.11.9",
"css-loader": "^0.23.1",
"dotenv": "^2.0.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"filesize": "^3.3.0",
"fs-extra": "^0.30.0",
"globby": "^4.1.0",
"gulp": "^3.9.1",
"gulp-conventional-changelog": "^1.1.0",
"gulp-istanbul": "^0.10.4",
"gulp-jasmine": "^2.4.1",
"gulp-merge-json": "^0.4.0",
"gulp-nodemon": "^2.0.7",
"gulp-plumber": "^1.1.0",
"gulp-replace": "^0.5.4",
"gulp-sourcemaps": "^1.6.0",
"gulp-tap": "^0.1.3",
"gulp-tslint": "^5.0.0",
"gulp-typedoc": "^2.0.0",
"gulp-typescript": "^2.13.4",
"handlebars": "^4.0.5",
"hapi-webpack-plugin": "^1.3.0",
"html-loader": "^0.4.3",
"html-webpack-plugin": "^2.17.0",
"init-package-json": "^1.9.4",
"inquirer": "^1.0.3",
"jasmine-core": "^2.4.1",
"jasmine-spec-reporter": "^2.4.0",
"jsonwebtoken": "^7.1.6",
"karma": "0.13.9",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.26",
"karma-webpack": "^1.7.0",
"lodash": "^4.13.1",
"merge2": "^1.0.2",
"metalsmith": "^2.1.0",
"metalsmith-collections": "^0.7.0",
"metalsmith-date-formatter": "^1.0.2",
"metalsmith-define": "^2.0.1",
"metalsmith-drafts": "0.0.1",
"metalsmith-headings-identifier": "0.0.11",
"metalsmith-layouts": "^1.6.5",
"metalsmith-markdown": "^0.2.1",
"metalsmith-permalinks": "^0.5.0",
"metalsmith-prism": "^2.2.0",
"node-forge": "^0.6.41",
"nodegit": "^0.15.1",
"nodemon": "^1.9.2",
"null-loader": "^0.1.1",
"raw-loader": "^0.5.1",
"reflect-metadata": "^0.1.3",
"remap-istanbul": "^0.6.4",
"run-sequence": "^1.2.0",
"sockjs": "^0.3.17",
"source-map-support": "^0.4.0",
"sourcemap-istanbul-instrumenter-loader": "^0.2.0",
"string-replace-loader": "^1.0.0",
"style-loader": "^0.13.1",
"ts-loader": "0.8.1",
"tslint": "^3.11.0-dev.0",
"typedoc": "https://github.com/zakhenry/typedoc/releases/download/v0.4.6/typedoc-0.4.6.tgz",
"typescript": "^2.0.7",
"typings": "^1.3.0",
"validate-npm-package-name": "^2.2.2",
"vantage": "dthree/vantage#master",
"vinyl-fs": "^2.4.3",
"vorpal": "^1.11.3",
"webpack": "^1.13.1",
"webpack-dev-middleware": "^1.6.1",
"webpack-dev-server": "^1.14.1",
"webpack-merge": "^0.12.0",
"webpack-stream": "^3.2.0",
"rxjs": "5.0.0-beta.12",
"core-js": "^2.4.1",
"zone.js": "^0.6.23"
},
"devDependencies": {
"chai": "^3.5.0",
"gulp-jasmine-node": "^1.0.7",
"mocha": "^2.5.3"
},
"peerDependencies": {}
}