-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 986 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
37
38
39
40
41
{
"name": "activetick-addon",
"version": "0.1.0",
"description": "activetick.com c++ addon for node",
"main": "js/ActiveTick.js",
"scripts": {
"preinstall": "bash ./scripts/install.sh",
"install": "node-gyp rebuild && bash ./scripts/postinstall.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/sheldonth/activetick-addon.git"
},
"author": {
"name": "Sheldon Thomas",
"email": "[email protected]",
"url": "https://sheldonth.com"
},
"license": "MIT",
"os": [
"darwin",
"linux"
],
"engines": {
"node": "6.6.0"
},
"bugs": {
"url": "https://github.com/sheldonth/activetick-addon/issues"
},
"homepage": "https://github.com/sheldonth/activetick-addon#readme",
"dependencies": {
"async": "^1.4.2",
"chai": "^3.5.0",
"iced-runtime": "^1.0.3",
"mocha": "^3.1.0",
"nan": "^2.0.9",
"protobufjs": "^4.0.0",
"single-line-log": "^1.0.0",
"underscore": "^1.8.3"
}
}