-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 948 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": "portfolio",
"version": "1.0.0",
"description": "My portfolio website hosted on github",
"main": "index.jade",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "http-server -a 0.0.0.0 -p 9000 -o"
},
"repository": {
"type": "git",
"url": "https://github.com/andrewborstein/portfolio.git"
},
"keywords": [
"github",
"portfolio",
"resume",
"andrewborstein.com"
],
"author": "Musa Almatri",
"license": "ISC",
"bugs": {
"url": "https://github.com/andrewborstein/portfolio/issues"
},
"homepage": "https://github.com/andrewborstein/portfolio",
"devDependencies": {
"connect": "^3.4.0",
"grunt": "^0.4.5",
"grunt-contrib-jade": "^0.15.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-jade-tasks": "0.0.0"
},
"dependencies": {
"acorn": "^4.0.3",
"clean-css": "^3.4.22",
"uglify-js": "^2.7.5",
"with": "^5.1.1"
}
}