-
Notifications
You must be signed in to change notification settings - Fork 97
/
Copy pathpackage.json
45 lines (45 loc) · 1.29 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
{
"name": "static-site-generator-webpack-plugin",
"version": "3.4.2",
"description": "Minimal, unopinionated static site generator powered by webpack",
"main": "index.js",
"scripts": {
"test": "jest test",
"coverage": "jest --coverage",
"coveralls": "jest --coverage --coverageReporters=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "https://github.com/markdalgleish/static-site-generator-webpack-plugin"
},
"author": "Mark Dalgleish",
"license": "MIT",
"bugs": {
"url": "https://github.com/markdalgleish/static-site-generator-webpack-plugin/issues"
},
"homepage": "https://github.com/markdalgleish/static-site-generator-webpack-plugin",
"dependencies": {
"bluebird": "^3.0.5",
"cheerio": "^0.22.0",
"eval": "^0.1.0",
"url": "^0.11.0",
"webpack-sources": "^0.2.0"
},
"devDependencies": {
"async": "^2.0.1",
"babel-core": "^6.2.1",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.1.18",
"compression-webpack-plugin": "^0.3.1",
"coveralls": "^3.0.2",
"dir-compare": "^1.4.0",
"ejs": "^2.3.4",
"es6-promisify": "^6.0.0",
"glob": "^7.0.3",
"jest": "^23.6.0",
"node-dir": "^0.1.17",
"rimraf": "^2.4.4",
"webpack": "^1.12.10",
"webpack-stats-plugin": "^0.1.1"
}
}