grunt-surge
Version:
Publish web apps and static sites to the Surge CDN, through Grunt.
52 lines (51 loc) • 1.23 kB
JSON
{
"name": "grunt-surge",
"description": "Publish web apps and static sites to the Surge CDN, through Grunt.",
"version": "0.7.0",
"main": "Gruntfile.js",
"repository": "https://github.com/surge-sh/grunt-surge.git",
"homepage": "https://surge.sh/help/deploying-a-grunt-project",
"license": "MIT",
"author": "Kenneth Ormandy <kenneth@surge.sh> (http://kennethormandy.com)",
"contributors": [
"Kenneth Ormandy <kenneth@surge.sh> (http://kennethormandy.com)",
"Brock Whitten <brock@surge.sh> (http://sintaxi.com)",
"Rob Ellis <rob@chloi.io>"
],
"scripts": {
"test": "grunt test",
"start": "grunt"
},
"keywords": [
"gruntplugin",
"grunt",
"surge",
"deploy",
"publish",
"deploy",
"static",
"build"
],
"files": [
"tasks",
"LICENSE.md",
"README.md"
],
"engines": {
"node": ">= 0.10.16"
},
"peerDependencies": {
"grunt": "~0.4.1"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-jade": "^0.14.1",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-mkdir": "^0.1.2"
},
"dependencies": {
"surge": "0.17.7"
}
}