-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.32 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "test",
"version": "1.0.0",
"description": "Example Codes I made for studying.",
"main": "test.js",
"dependencies": {
"axios": "^1.6.2",
"bcrypt": "^5.1.0",
"body-parser": "^1.15.2",
"chalk": "^2.3.2",
"co": "^4.6.0",
"consolidate": "^0.14.1",
"data.task": "^3.1.1",
"encoding": "^0.1.12",
"express": "^4.14.0",
"express-list-endpoints": "^6.0.0",
"fantasy-land": "^3.5.0",
"form-data": "^2.3.3",
"futurize": "^1.2.0",
"fxjs": "^0.21.3",
"fxjs2": "^0.1.3",
"image-parser": "^1.2.6",
"immer": "^10.0.2",
"immutable": "^3.8.2",
"immutable-ext": "^1.1.2",
"jsonwebtoken": "^9.0.0",
"md5": "^2.2.1",
"method-override": "^2.3.6",
"mime": "^2.0.3",
"mkdirp": "^0.5.1",
"moment": "^2.22.0",
"multer": "^1.2.0",
"mysql": "^2.15.0",
"mysql2": "^1.5.1",
"node-instagram": "^4.1.0",
"node-notifier": "^10.0.1",
"node-tesseract": "^0.2.7",
"nunjucks": "^3.0.0",
"nyc": "^12.0.2",
"oauth": "^0.9.15",
"partial-js": "^1.1.2",
"ramda": "^0.25.0",
"randomstring": "^1.1.5",
"request": "^2.87.0",
"sequelize": "^6.31.1",
"sharp": "^0.32.1",
"should": "^13.2.1",
"slack-node": "^0.1.8",
"sprity-less": "^1.0.3",
"tesseract.js": "^1.0.10",
"thunkify": "^2.1.2",
"xml2js": "^0.5.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-import": "^1.6.2",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"chai": "^4.1.2",
"eslint": "^3.9.1",
"eslint-config-airbnb-base": "^11.3.2",
"eslint-plugin-fp": "^2.3.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-mocha": "^4.11.0",
"mocha": "^4.1.0",
"prettier": "1.13.5",
"prettier-eslint": "^8.8.2"
},
"scripts": {
"test": "mocha everydayProgramming/algebraic-data-types/al.test.js",
"babel": "npx babel-node node/module_export/import/module_exports.js"
},
"author": "경훈",
"license": "ISC",
"repository": {
"url": "git+https://github.com/ne2030/studyExample.git",
"type": "git"
},
"bugs": {
"url": "https://github.com/ne2030/studyExample/issues"
},
"homepage": "https://github.com/ne2030/studyExample#readme"
}