-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 894 Bytes
/
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
{
"name": "42-api-aggregator",
"version": "0.0.1",
"private": false,
"description": "A 42's api scrapper used as database manager for 42-charts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"scripts": "grunt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/42Charts/42-api-aggregator.git"
},
"author": "yfuks",
"bugs": {
"url": "https://github.com/42Charts/42-api-aggregator/issues"
},
"homepage": "https://github.com/42Charts/42-api-aggregator/#readme",
"dependencies": {
"async": "^2.6.1",
"bottleneck": "^2.11.2",
"dotenv": "^6.1.0",
"mysql2": "^1.6.4",
"node-fetch": "^2.2.0"
},
"devDependencies": {
"grunt": "^1.0.3",
"grunt-extend-config": "^0.9.7",
"grunt-prompt": "^1.3.3",
"logfile-grunt": "^0.4.0",
"moment": "^2.22.2",
"time-grunt": "^1.4.0"
}
}