-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.28 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
{
"name": "static-site-generator-webpack-plugin",
"version": "3.4.1",
"description": "Minimal, unopinionated static site generator powered by webpack",
"main": "index.js",
"scripts": {
"test": "istanbul cover _mocha test -- --timeout 20000",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"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",
"chai": "^3.4.1",
"compression-webpack-plugin": "^0.3.1",
"coveralls": "^2.11.4",
"ejs": "^2.3.4",
"glob": "^7.0.3",
"istanbul": "^0.4.1",
"mocha": "^3.0.2",
"rimraf": "^2.4.4",
"webpack": "^1.12.10",
"webpack-stats-plugin": "^0.1.1"
}
}