-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 806 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 806 Bytes
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
{
"name": "theo-nicolaou.co.uk",
"version": "0.1.0",
"description": "Theo Nicolaou's online portfolio",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Theo Nicolaou",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/theonicolaou/basic-grunt-toolkit"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-autoprefixer": "^2.1.0",
"grunt-concat-css": "^0.3.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-csslint": "^0.3.1",
"grunt-contrib-cssmin": "^0.11.0",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-image": "^0.9.2",
"grunt-notify": "^0.4.1",
"load-grunt-tasks": "^2.0.0"
}
}