-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.39 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.39 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
{
"name": "documentalist-webpack-plugin",
"version": "0.2.1",
"description": "Documentalist WebPack Plugin",
"main": "index.js",
"scripts": {
"release": "release-me --release-count=0",
"report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"test": "echo \"Error: no test specified\" && exit 1"
},
"homepage": "https://github.com/design4pro/documentalist-webpack-plugin#readme",
"devDependencies": {
"codecov": "3.5.0",
"commitizen": "3.1.1",
"cz-release-me": "1.6.1",
"nyc": "14.1.1",
"release-me": "1.4.2"
},
"dependencies": {
"better-handlebars": "github:wmeldon/better-handlebars",
"documentalist": "^1.0.0",
"documentalist-sassdoc": "^0.2.1",
"highlights": "^3.0.1",
"language-less": "github:atom/language-less",
"language-typescript": "github:giladgray/language-typescript#10.1.15",
"marked": "^0.6.0",
"sassdoc": "^2.3.0"
},
"engines": {
"node": ">=6.1"
},
"config": {
"commitizen": {
"path": "node_modules/cz-release-me"
}
},
"repository": {
"type": "git",
"url": "https://github.com/design4pro/documentalist-webpack-plugin.git"
},
"bugs": {
"url": "https://github.com/design4pro/documentalist-webpack-plugin/issues/"
},
"author": {
"name": "Rafał Wolak",
"email": "r.wolak@design4.pro",
"url": "https://www.design4.pro"
},
"license": "MIT"
}