-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 984 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
43
44
45
46
47
{
"name": "dy-home",
"version": "0.0.0",
"description": "Homepage for Dongyue.",
"main": "index.html",
"scripts": {
"test": "eslint .",
"build": "gulp build",
"watch": "gulp watch"
},
"repository": {
"type": "git",
"url": "https://github.com/arrowrowe/dy-home.git"
},
"keywords": [
"homepage",
"dongyue"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/arrowrowe/dy-home/issues"
},
"homepage": "https://arrowrowe.me/dy-home/",
"devDependencies": {
"eslint": "^1.3.1",
"fs-extra": "0.26.2",
"ghooks": "^0.3.2",
"gulp": "^3.9.0",
"gulp-sass": "^2.0.4",
"gulp-uglify": "^1.4.1",
"jquery": "2.1.4",
"tam": "0.4.2",
"tam-html": "0.2.0",
"tam-i18n": "0.1.0"
},
"config": {
"ghooks": {
"pre-commit": "npm test",
"post-merge": "npm run build"
}
},
"dependencies": {
"gulp-rename": "^1.2.2",
"node-sass": "^4.7.2",
"tam-i18n": "^0.2.0"
}
}