forked from rip-tyang/site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.21 KB
/
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
{
"name": "thomas-site",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"deploy": "gulp dist && ssh site 'rm -r /usr/share/nginx/html/ && mkdir /usr/share/nginx/html' && cd dist && scp -r * site:/usr/share/nginx/html/"
},
"author": "Thomas Yang <jscnm1993@gmail.com>",
"license": "MIT",
"description": "Personal Website for Thomas Yang",
"devDependencies": {
"chai": "^3.5.0",
"chai-things": "^0.2.0",
"gulp-mocha": "^3.0.1",
"mocha": "^3.2.0"
},
"dependencies": {
"coffee-loader": "^0.7.2",
"coffee-script": "^1.12.1",
"css-loader": "^0.26.1",
"debug": "^2.3.3",
"del": "^2.2.2",
"domready": "^1.0.8",
"file-loader": "^0.9.0",
"gulp": "^3.9.1",
"gulp-changed": "^1.3.2",
"gulp-load-plugins": "^1.4.0",
"gulp-plumber": "^1.1.0",
"gulp-pug": "^3.2.0",
"gulp-util": "^3.0.7",
"nib": "^1.1.2",
"pug": "^2.0.0-beta6",
"require-dir": "^0.3.1",
"run-sequence": "^1.2.2",
"style-loader": "^0.13.1",
"stylus": "^0.54.5",
"stylus-loader": "^2.4.0",
"url-loader": "^0.5.7",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2",
"webpack-manifest-plugin": "^1.1.0",
"webpack-stream": "^3.2.0"
}
}