forked from joyeecheung/resume
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
35 lines (35 loc) · 914 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
{
"name": "joyee-resume",
"version": "1.0.0",
"description": "Read resume data from a JSON file and generate a static web page.",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Joyee Cheung <joyeec9h3@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/joyeecheung/resume.git"
},
"dependencies": {},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-gh-pages": "^0.5.2",
"gulp-jade": "^1.0.0",
"gulp-less": "^3.0.0",
"gulp-live-server": "0.0.23",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-css": "^1.1.6",
"gulp-sourcemaps": "^1.5.2",
"highlight.js": "^8.6.0",
"jade": "^1.10.0"
},
"bugs": {
"url": "https://github.com/joyeecheung/resume/issues"
},
"homepage": "https://github.com/joyeecheung/resume",
"keywords": [
"resume"
]
}