forked from kesla/node-snappy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 706 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 706 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
{
"author": "David Björklund <david.bjorklund@gmail.com>",
"name": "snappy",
"description": "Nodejs bindings to Google's Snappy compression library",
"version": "4.0.3",
"homepage": "https://github.com/kesla/node-snappy",
"repository": {
"type": "git",
"url": "git://github.com/kesla/node-snappy.git"
},
"main": "snappy.js",
"scripts": {
"test": "tap test.js",
"install": "./node_modules/.bin/node-gyp rebuild"
},
"dependencies": {
"bindings": "1.2.1",
"nan": "2.1.0",
"node-gyp": "3.0.3"
},
"devDependencies": {
"tap": "2.2.0"
},
"gypfile": true,
"bugs": {
"url": "https://github.com/kesla/node-snappy/issues"
},
"license": "MIT"
}