aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: b970ec53f7321dd3d3f35ddefc6c90aab46dae39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "test",
  "version": "0.1.0",
  "description": "meh",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Alexis Hovorka",
  "license": "MIT",
  "private": true,
  "dependencies": {
    "bindings": "^1.5.0",
    "nan": "^2.14.0"
  }
}