forked from cheery/node-udev
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 865 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
{
"name": "udev-ext-media",
"version": "0.1.0",
"description": "Bindings to libudev, optimized for DVD, SDCARD and USB-Storage devices",
"main": "udev-ext-media.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install": "node-gyp rebuild"
},
"repository": {
"type": "git",
"url": "https://github.com/magicpat/node-udev"
},
"engines": {
"node": ">=0.8.0"
},
"keywords": [
"udev",
"linux"
],
"private": true,
"author": "Patrick Stapfer <[email protected]>",
"license": "BSD",
"gypfile": true,
"readmeFilename": "README.md",
"devDependencies": {
"mocha": "~1.18.2",
"chai": "~1.9.1",
"grunt": "~0.4.4",
"grunt-contrib-watch": "~0.6.1",
"grunt-mocha-test": "~0.10.2",
"grunt-node-gyp": "~0.3.0",
"sinon": "~1.9.1",
"sinon-chai": "~2.5.0"
}
}