-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 898 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
{
"name": "case-studies",
"description": "an overview of design work",
"version": "0.1.0",
"homepage": "https://github.com/richard/case-studies",
"author": {
"name": "Richard Bailey",
"email": "additive.inverse@gmail.com",
"url": "additiveinverse.com"
},
"repository": {
"type": "git",
"url": "https://github.com/additiveinverse/case-studies.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/additiveinverse/case-studies/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.8.19"
},
"devDependencies": {
"grunt-build-gh-pages": "~0.0.4",
"grunt-contrib-connect": "~0.3.0",
"grunt-contrib-jade": "^1.0.0",
"grunt-contrib-livereload": "~0.1.2",
"grunt-contrib-watch": "~0.4.4",
"grunt-open": "~0.2.0",
"grunt-reveal-jade": "~0.0.3",
"matchdep": "~0.1.2"
},
"keywords": []
}