forked from SkyLeite/PSO2-EQ-API
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 704 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 704 Bytes
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
{
"name": "pso-eq-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon --exec \"babel-node\" src/index.js"
},
"author": "Kaze Senoue",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-preset-env": "^1.4.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"nodemon": "^1.11.0"
},
"dependencies": {
"express": "^4.15.2",
"moment": "^2.18.1",
"moment-timezone": "^0.5.13",
"mz": "^2.6.0",
"twit": "^2.2.9",
"underscore": "^1.8.3"
}
}