forked from desandro/v3.desandro.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 718 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 718 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
{
"name": "v3.desandro.com",
"version": "2.0.0",
"description": "personal site for Dave DeSandro",
"main": "Gruntfile.js",
"dependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-uglify": "~0.2.2",
"handlebars": "~1.0.12",
"js-yaml": "~2.1.0",
"grunt-contrib-copy": "~0.4.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/desandro/v3.desandro.com.git"
},
"author": "David DeSandro",
"license": "MIT",
"bugs": {
"url": "https://github.com/desandro/v3.desandro.com/issues"
}
}