-
Notifications
You must be signed in to change notification settings - Fork 72
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 778 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 778 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
34
35
36
37
38
{
"name": "fusejs",
"version": "1.4.3",
"contributors": [
{
"name": "Eric Yen",
"url": "http://github.com/thejinx0r",
"email": "eric@ericyen.com"
},
{
"name": "Camilo Aguilar",
"url": "http://github.com/c4milo",
"email": "camilo.aguilar@gmail.com"
}
],
"description": "Low level Fuse bindings for NodeJS.",
"repositories": [
{
"type": "git",
"url": "http://github.com/c4milo/fusejs.git"
}
],
"devDependencies": {
"chai": "^3.2.0",
"grunt-mocha-test": "^0.12.7",
"mocha": "^2.2.5",
"node-gyp": "~2.0.2",
"should": "0.6.0"
},
"scripts": {
"install": "node-gyp rebuild"
},
"license": "MPL-2.0",
"main": "./fuse",
"dependencies": {
"nan": "^2.1.0"
}
}