forked from fourkitchens/dca2013
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 906 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": "DCA2013",
"version": "v0.1.0",
"description": "The main site for DrupalCamp Austin 2013.",
"main": "Gruntfile.js",
"dependencies": {
"grunt": "~0.4.0",
"grunt-contrib-compass": "~0.2.0",
"grunt-contrib-handlebars": "~0.5.4",
"grunt-contrib-cssmin": "~0.4.1",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "~0.4.0",
"grunt-contrib-concat": "~0.1.2",
"grunt-contrib-imagemin": "~0.1.4",
"grunt-concurrent": "~0.2.0",
"grunt-svgmin": "~0.1.0",
"grunt-jekyll": "git://github.com/ChinggizKhan/grunt-jekyll.git#add-in-config"
},
"repository": {
"type": "git",
"url": "https://github.com/fourkitchens/dca2013-static.git"
},
"author": "Four Kitchens",
"readmeFilename": "README.md",
"devDependencies": {
"grunt-concurrent": "~0.2.0"
}
}