-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 923 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
35
36
37
38
39
40
41
{
"name": "anyfetch-ics-hydrater",
"version": "1.0.0",
"author": "Quentin Buathier <quentin.buathier@epitech.eu>",
"bin": {
"server": "./bin/server"
},
"scripts": {
"start": "node ./bin/server",
"test": "API_URL=http://localhost:1338 NODE_ENV=test mocha -R spec -t 10000 test/",
"lint": "jshint lib/ test/ config/ bin/"
},
"main": "./lib/",
"repository": {
"type": "git",
"url": "https://github.com/AnyFetch/ics-hydrater.anyfetch.com"
},
"keywords": [
"anyfetch",
"hydrater",
"ics"
],
"dependencies": {
"anyfetch": "^2.1.9",
"anyfetch-hydrater": "^2.2.0",
"async": "0.9.x",
"heroku-self-ping": "^1.1.2",
"ics-parser": "^0.1.5",
"sinon": "1.12.x"
},
"devDependencies": {
"mocha": "^2.1.0",
"should": "^5.0.1",
"supertest": "^0.15.0",
"jshint": "2.6.x"
},
"licence": "MIT",
"engines": {
"node": "=0.10"
}
}