-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
34 lines (34 loc) · 891 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
{
"name": "personal-site",
"version": "1.0.0",
"description": "A website to list my skills and accomplishments.",
"main": "index.js",
"scripts": {
"start": "hugo server -D",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/robinfhu/personal-site.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/robinfhu/personal-site/issues"
},
"homepage": "https://github.com/robinfhu/personal-site#readme",
"dependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.0",
"big.js": "^3.1.3",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-clean": "^0.3.2",
"gulp-stylus": "^2.6.0",
"http-server": "^0.10.0",
"material-design-lite": "^1.3.0",
"vue": "^2.4.2",
"vue-router": "^2.7.0"
}
}