-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (29 loc) · 911 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
{
"name": "pete-naish-portfolio",
"version ": "0.0.1 ",
"description": "Pete Naish Portfolio",
"repository": "[email protected]:pete-naish/portfolio.git",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Pete Naish",
"devDependencies": {
"body-parser": "^1.13.3",
"express": "",
"grunt": "^0.4.5",
"grunt-autoprefixer": "~2.0.0",
"grunt-browser-sync": "^2.1.3",
"grunt-concurrent": "^1.0.0",
"grunt-config": "^0.2.2",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.6.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-newer": "^1.1.0",
"grunt-sass": "^0.18.1",
"grunt-tinypng": "^0.5.3",
"jit-grunt": "^0.9.0",
"load-grunt-tasks": "^2.0.0",
"time-grunt": "^1.0.0",
"underscore": "^1.8.3"
}
}