-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.69 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.69 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "express-docker",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node index.js",
"build": "./node_modules/.bin/babel src --out-dir lib"
},
"dependencies": {
"async": "^1.5.2",
"babel-cli": "6.7.5",
"babel-core": "6.7.6",
"babel-eslint": "4.1.8",
"babel-plugin-add-module-exports": "0.1.2",
"babel-plugin-rewire": "^1.0.0",
"babel-plugin-transform-array-from": "1.0.0",
"babel-plugin-transform-object-assign": "6.5.0",
"babel-preset-es2015": "6.6.0",
"babel-register": "6.7.2",
"bluebird": "^3.5.0",
"body-parser": "1.14.1",
"cache-manager": "^2.1.2",
"chakram": "^1.3.0",
"crypto-js": "^3.1.6",
"express": "4.13.3",
"fs": "0.0.2",
"google-libphonenumber": "^2.0.18",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"is-base64": "0.0.4",
"js-base64": "^2.1.9",
"js-select": "^0.6.0",
"jsforce": "^1.7.0",
"jws": "^3.1.3",
"lodash": "^3.10.1",
"lru-cache": "^4.1.1",
"moment": "^2.18.1",
"moment-timezone": "^0.5.4",
"multiparty": "^4.1.3",
"path-to-regexp": "^2.1.0",
"proxy-agent": "^2.2.0",
"request": "^2.72.0",
"request-promise": "^4.2.1",
"shortid": "^2.2.8",
"urlsafe-base64": "^1.0.0",
"v8-profiler": "^5.6.5",
"validator": "5.5.0",
"xlsx": "^0.9.10"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-sinon": "^2.8.1",
"cucumber": "^4.2.1",
"deasync": "^0.1.9",
"del": "^2.2.0",
"eslint": "^3.5.0",
"mocha": "^4.0.1",
"nock": "3.4.0",
"nyc": "^11.4.1",
"pre-commit": "^1.1.2",
"request-promise": "^4.2.1",
"sinon": "2.4.1",
"supertest": "1.1.0",
"xlsx": "^0.9.10"
}
}