-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.01 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
{
"name": "daily-motioner",
"version": "1.0.0",
"description": "Daily Motion automation tools",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Luca-Terrazzan/dailyMotioner.git"
},
"keywords": [
"daily-motion",
"automation",
"nodejs"
],
"author": "Luca Terrazzan",
"license": "ISC",
"bugs": {
"url": "https://github.com/Luca-Terrazzan/dailyMotioner/issues"
},
"homepage": "https://github.com/Luca-Terrazzan/dailyMotioner#readme",
"dependencies": {
"@types/node": "^8.0.53",
"axios": "^0.17.1",
"babel-core": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-typescript": "^3.2.3",
"jshint": "^2.9.5",
"log": "^1.4.0",
"mocha": "^4.0.1",
"request": "^2.83.0",
"ts-node": "^4.1.0",
"tslint": "^5.8.0",
"typescript": "^2.6.1",
"web-request": "^1.0.7"
}
}