forked from ChrisZieba/dodgercms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 824 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
{
"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" : "http://chriszieba.com"
},
"repository": {
"type": "git",
"url": "[email protected]:ChrisZieba/dodgercms.git"
},
"devDependencies": {
"grunt": "~0.4.2",
"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",
"mocha": "~1.14.0",
"chai": "~1.8.1",
"sinon": "~1.14.1"
}
}