-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.07 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
{
"name": "test1",
"version": "1.0.0",
"description": "Common modules for all function",
"main": "index.js",
"dependencies": {
"adm-zip": "^0.4.6",
"applicationinsights": "^1.0.1",
"azure": "^2.2.1-preview",
"azure-sb": "^0.10.5",
"azure-storage": "^2.7.0",
"base-64": "^0.1.0",
"bluebird": "^3.5.1",
"documentdb": "^1.13.0",
"fs": "0.0.1-security",
"har-validator": "^5.1.0",
"jszip": "^3.1.5",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"node-datetime": "^2.0.0",
"node-pushnotifications": "^1.0.18",
"node-stopwatch": "0.0.1",
"parse-json": "^2.2.0",
"promise": "^8.0.1",
"request": "^2.81.0",
"request-promise": "^4.2.2",
"sendgrid": "^5.2.0",
"tv4": "^1.3.0",
"underscore": "^1.8.3",
"unzip": "^0.1.11",
"utf8": "^2.1.2",
"uuid-v4": "^0.1.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "http://github.com/npm/npm.git"
},
"author": "test1",
"license": "ISC"
}