-
Notifications
You must be signed in to change notification settings - Fork 142
/
package.json
37 lines (37 loc) · 914 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
{
"name": "threads_a_gogo",
"version": "0.1.13",
"main": "build/Release/threads_a_gogo.node",
"description": "██ Simple and fast JavaScript threads for Node.js ██",
"keywords": [
"a gogo",
"ever",
"project",
"awesome",
"most",
"The"
],
"author": {
"name": "Jorge Chamorro Bieling",
"email": "[email protected]",
"twitter": "jorgechamorro"
},
"homepage": "https://github.com/xk/node-threads-a-gogo",
"bugs": {
"url": "http://github.com/xk/node-threads-a-gogo/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "http://github.com/xk/node-threads-a-gogo.git"
},
"scripts": {
"install": "node-gyp -v rebuild",
"test": "node test/all.js"
},
"os": ["macos", "linux", "darwin"],
"engines": {
"node": ">=0.5.1 <=6.9.2"
},
"devDependencies": { "test": ">=0.1.8" }
}