-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 923 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 923 Bytes
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": "webpack-static-site-generator",
"version": "1.2.4",
"description": "A static site generator plugin for Webpack",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/esalter-va/webpack-static-site-generator.git"
},
"keywords": [
"webpack",
"static"
],
"author": "Evan Salter <evan@evansalter.com>",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/esalter-va/webpack-static-site-generator/issues"
},
"homepage": "https://github.com/esalter-va/webpack-static-site-generator#readme",
"dependencies": {
"eslint": "^3.19.0",
"express": "^4.15.2",
"fs-path": "0.0.23",
"nightmare": "^2.10.0",
"xvfb": "^0.2.3"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-google": "^0.7.1"
}
}