-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.09 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
{
"name": "matchday",
"version": "3.0.3",
"repository": "https://github.com/Bluefire2/matchday.git",
"description": "",
"main": "lib/index.js",
"scripts": {
"test": "mocha --reporter spec --timeout 300000",
"cover": "node ./node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test/* --timeout 300000",
"build": "babel src/ -d lib/",
"prepublishOnly": "npm run build",
"flow": "flow"
},
"author": "Kyrylo Chernyshov <[email protected]>",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-flow": "^6.23.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chai-things": "^0.2.0",
"coveralls": "^3.0.2",
"flow-bin": "^0.73.0",
"istanbul": "^0.4.5",
"mocha": "^5.2.0",
"wu": "^2.1.0"
},
"dependencies": {
"axios": "^0.18.0",
"bluebird": "^3.5.2",
"cheerio": "^1.0.0-rc.2",
"csv-parse": "^2.5.0",
"diacritics": "^1.3.0",
"events": "^3.0.0",
"md5": "^2.2.1",
"moment": "^2.22.2",
"sort-unique": "^1.0.0"
}
}