forked from nodejs/nan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.14 KB
/
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
{
"name": "nan",
"version": "2.5.0",
"description": "Native Abstractions for Node.js: C++ header for Node 0.8 -> 7 compatibility",
"main": "include_dirs.js",
"repository": {
"type": "git",
"url": "git://github.com/nodejs/nan.git"
},
"scripts": {
"test": "tap --gc --stderr test/js/*-test.js",
"rebuild-tests": "node-gyp rebuild --msvs_version=2013 --directory test",
"docs": "doc/.build.sh"
},
"contributors": [
"Rod Vagg <[email protected]> (https://github.com/rvagg)",
"Benjamin Byholm <[email protected]> (https://github.com/kkoopa/)",
"Trevor Norris <[email protected]> (https://github.com/trevnorris)",
"Nathan Rajlich <[email protected]> (https://github.com/TooTallNate)",
"Brett Lawson <[email protected]> (https://github.com/brett19)",
"Ben Noordhuis <[email protected]> (https://github.com/bnoordhuis)",
"David Siegel <[email protected]> (https://github.com/agnat)"
],
"devDependencies": {
"bindings": "~1.2.1",
"commander": "^2.8.1",
"glob": "^5.0.14",
"node-gyp": "~3.0.1",
"readable-stream": "^2.1.4",
"tap": "~0.7.1",
"xtend": "~4.0.0"
},
"license": "MIT"
}