-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 774 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 774 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
{
"_comment": "This package.json file has npm dependencies for building WH Day",
"name": "winslow-homer-day",
"description": "A day in the life of Winslow Homer",
"version": "0.1.0",
"author": "Matt Ziegler <mattpziegler at gmail dot com>",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-copy": "~0.8.0",
"grunt-mkdir": "~0.1.2",
"matchdep": "~0.3.0",
"grunt-gh-pages": "~1.0.0",
"grunt-processhtml": "~0.3.8",
"grunt-contrib-uglify": "~0.9.2",
"grunt-shell": "~1.1.2",
"grunt-http-server": "~1.10.1",
"grunt-contrib-watch": "~0.6.1"
},
"repository": {
"type": "git",
"url": "https://github.com/mziegler/WinslowHomerDay"
}
}