-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 932 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
36
37
38
39
40
41
42
{
"name": "easyjs-awesome",
"version": "4.0.0",
"description": "easyj all examples, include react, vue, typescript, webpack demos",
"keywords": [
"easyjs",
"webpack",
"easywebpack",
"vue-spa-demo",
"react-spa-demo",
"vue-server-side-render",
"vue-boilerplate",
"weex-boilerplate",
"react-boilerplate",
"react-server-side-render"
],
"dependencies": {},
"devDependencies": {},
"engines": {
"node": ">=6.0.0"
},
"scripts": {},
"files": [
"boilerplate",
"build",
"cli",
"lib"
],
"ci": {
"version": "6, 7, 8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hubcarl/easywebpack-cli-template.git"
},
"bugs": {
"url": "https://github.com/hubcarl/easywebpack-cli-template/issues"
},
"homepage": "https://github.com/hubcarl/easywebpack-cli-template#readme",
"author": "[email protected]",
"license": "MIT"
}