forked from balena-io-modules/drivelist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.03 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
{
"name": "drivelist",
"version": "3.3.4",
"description": "List all connected drives in your computer, in all major operating systems",
"main": "build/drivelist.js",
"homepage": "https://github.com/resin-io-modules/drivelist",
"repository": {
"type": "git",
"url": "git://github.com/resin-io-modules/drivelist.git"
},
"keywords": [
"disk",
"drive",
"list"
],
"directories": {
"test": "tests"
},
"scripts": {
"test": "gulp test",
"prepublish": "gulp build"
},
"author": "Juan Cruz Viotti <juanchiviotti@gmail.com>",
"license": "MIT",
"devDependencies": {
"chai": "~1.10.0",
"coffee-script": "~1.8.0",
"gulp": "~3.8.10",
"gulp-coffee": "~2.2.0",
"gulp-coffeelint": "~0.4.0",
"gulp-mocha": "~2.0.0",
"gulp-util": "~3.0.1",
"mocha": "~2.0.1",
"mochainon": "^1.0.0",
"sinon": "~1.12.2",
"sinon-chai": "~2.6.0"
},
"dependencies": {
"js-yaml": "^3.4.1",
"lodash": "^3.0.1",
"table-parser": "0.0.3",
"underscore.string": "^3.2.2"
}
}