-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 967 Bytes
/
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
{
"name": "static-site-generator-webpack-plugin",
"version": "2.0.0",
"description": "Minimal, unopinionated static site generator powered by webpack",
"main": "index.js",
"scripts": {
"test": "mocha test --timeout 20000"
},
"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",
"eval": "^0.1.0"
},
"devDependencies": {
"async": "^1.5.0",
"babel-core": "^6.2.1",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.1.18",
"chai": "^3.4.1",
"ejs": "^2.3.4",
"glob": "^6.0.1",
"mocha": "^2.3.4",
"rimraf": "^2.4.4",
"webpack": "^1.12.9"
}
}