forked from xk/node-threads-a-gogo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 848 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
{
"name": "threads_a_gogo",
"version": "0.1.5",
"main": "build/release/threads_a_gogo.node",
"description": "████ Simple and fast JavaScript threads for Node.js ████",
"keywords": [
"The",
"most",
"awesome",
"project",
"ever",
"a gogo"
],
"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-waf configure install"
},
"os": ["macos", "linux", "darwin"],
"engines": {
"node": ">=0.5.1"
}
}