-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.17 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.17 KB
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": "azure-functions",
"version": "1.0.2",
"description": "A node client library for Azure Functions",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sedouard/azure-functions-node.git"
},
"keywords": [
"Azure",
"Functions",
"Lambda",
"Azure",
"Kudu",
"Azure",
"Webapps",
"Websites"
],
"author": "sedouard",
"license": "MIT",
"bugs": {
"url": "https://github.com/sedouard/azure-functions-node/issues"
},
"homepage": "https://github.com/sedouard/azure-functions-node#readme",
"dependencies": {
"azure-arm-resource": "^1.4.1-preview",
"bluebird": "^3.3.5",
"clone": "^1.0.2",
"debug": "^2.2.0",
"guid": "0.0.12",
"ms-rest": "^1.12.0",
"ms-rest-azure": "^1.12.0",
"skeemas": "^1.2.2"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-jsbeautifier": "^0.2.12",
"grunt-jscs": "^2.8.0",
"grunt-mocha": "^1.0.1",
"grunt-mocha-cli": "^2.1.0",
"guid": "0.0.12",
"load-grunt-tasks": "^3.5.0",
"mockery": "^1.6.2",
"nconf": "^0.8.4"
}
}