forked from mmalecki/node-mount
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 697 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 697 Bytes
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
{
"name": "mount",
"description": "Async mount / umount system devices",
"main": "./mount",
"keywords": [
"mount",
"linux",
"device",
"async"
],
"version": "0.0.4",
"repository": {
"type": "git",
"url": "git://github.com/magicpat/node-mount.git"
},
"engines": {
"node": ">=0.8.0"
},
"private": true,
"author": "Patrick Stapfer <p.stapfer@deadlock.at>",
"license": "MIT",
"gypfile": true,
"readmeFilename": "README.md",
"devDependencies": {
"mocha": "~1.18.2",
"chai": "~1.9.1",
"grunt": "~0.4.4",
"grunt-mocha-test": "~0.10.2",
"grunt-contrib-watch": "~0.6.1",
"grunt-node-gyp": "~0.3.0",
"q": "~1.0.1"
}
}