-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
51 lines (51 loc) · 1.14 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": "sails-deploy-azure",
"version": "0.2.12",
"description": "Deploy a Sails app to Azure (a strategy for sails-deploy).",
"main": "index.js",
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha"
},
"keywords": [
"deploy",
"sails",
"sails.js",
"framework",
"azure"
],
"author": "Mike McNeil",
"contributors": [
{
"name": "Felix Rieseberg",
"url": "http://www.felixrieseberg.com",
"email": "[email protected]"
},
{
"name": "Steven Edouard",
"url": "http://www.stevenedouard.com",
"email": "[email protected]"
},
{
"name": "Mike McNeil",
"url": "http://michaelmcneil.com/",
"email": "[email protected]"
}
],
"license": "MIT",
"dependencies": {
"colors": "^1.0.3",
"lodash": "^3.3.0",
"machinepack-azure": "^1.2.5",
"machinepack-zip": "^0.2.4",
"node-spinner": "0.0.4",
"prompt": "^0.2.14",
"single-line-log": "^0.4.1"
},
"devDependencies": {
"mocha": "^2.1.0"
},
"repository": {
"type": "git",
"url": "[email protected]:mikermcneil/sails-deploy-azure.git"
}
}