-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 957 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
{
"name": "jhony0311-github-page",
"version": "1.0.0",
"description": "My personal page for GitHub profile",
"main": "index.html",
"scripts": {
"start": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/Jhony0311/Jhony0311.github.io.git"
},
"keywords": [
"cv",
"vcard",
"resume"
],
"author": "Jonathan Ortega",
"license": "MIT",
"bugs": {
"url": "https://github.com/Jhony0311/Jhony0311.github.io/issues"
},
"homepage": "https://github.com/Jhony0311/Jhony0311.github.io",
"devDependencies": {
"autoprefixer": "^6.3.3",
"babelify": "^7.3.0",
"browser-sync": "^2.11.1",
"grunt": "^0.4.5",
"grunt-browser-sync": "^2.2.0",
"grunt-browserify": "^5.0.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-postcss": "^0.7.2",
"grunt-sass": "^1.1.0",
"jump.js": "^1.0.1",
"parse-filepath": "^1.0.1",
"sass": "^0.5.0",
"watchify": "^3.7.0"
}
}