-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.14 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
44
45
46
47
{
"name": "fs-hard-drive",
"version": "1.0.0",
"description": "Hard drive functions not incluyed in fs package",
"homepage": "https://github.com/vzenix/fs-hard-drive/wiki",
"author": "Francisco M. E. <paco@vzenix.es>",
"license": "MIT",
"main": "src/index.js",
"scripts": {
"test": "gulp e2e:test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vzenix/fs-hard-drive.git"
},
"keywords": [
"disk",
"disks",
"free",
"space",
"volumes",
"harddisk",
"library",
"module"
],
"bugs": {
"url": "https://github.com/vzenix/fs-hard-drive/issues"
},
"devDependencies": {
"@wdio/cli": "^5.3.5",
"@wdio/dot-reporter": "^5.2.3",
"@wdio/local-runner": "^5.3.5",
"@wdio/mocha-framework": "^5.3.2",
"@wdio/selenium-standalone-service": "^5.2.2",
"@wdio/spec-reporter": "^5.2.3",
"@wdio/sync": "^5.3.2",
"connect": "^3.6.6",
"gulp": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-uglify": "^3.0.1",
"gulp-util": "^3.0.8",
"selenium-standalone": "^6.15.4",
"serve-static": "^1.13.2",
"webdriverio": "^5.3.5"
},
"dependencies": {}
}