-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
51 lines (51 loc) · 1.2 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"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 <[email protected]> (http://kennethormandy.com)",
"contributors": [
"Kenneth Ormandy <[email protected]> (http://kennethormandy.com)",
"Brock Whitten <[email protected]> (http://sintaxi.com)",
"Rob Ellis <[email protected]>"
],
"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"
}
}