-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
36 lines (36 loc) · 870 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
36
{
"name": "dodgercms",
"homepage": "https://dodgercms.com",
"version": "0.0.2",
"description": "A static markdown CMS built on top of Amazon S3.",
"keywords": [
"markdown",
"cms",
"amazon",
"s3"
],
"license": "MIT",
"author": {
"name": "Chris Zieba",
"email": "[email protected]",
"url": "https://chriszieba.com"
},
"repository": {
"type": "git",
"url": "[email protected]:ChrisZieba/dodgercms.git"
},
"devDependencies": {
"grunt": "~1.5.3",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-cssmin": "~0.12.3",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-handlebars": "~0.10.1",
"grunt-mocha": "~0.4.6",
"grunt-s3": "latest",
"mocha": "~1.14.0",
"chai": "~1.8.1",
"sinon": "~1.14.1"
}
}