forked from nodejs/nan
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.48 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
35
36
37
38
39
{
"name": "@ingstory/nan",
"version": "2.19.1",
"description": "Native Abstractions for Node.js: C++ header for Node 0.8 -> 20 compatibility",
"main": "include_dirs.js",
"repository": {
"type": "git",
"url": "git://github.com/choyunsung/nan.git"
},
"scripts": {
"test": "tap --gc --stderr test/js/*-test.js",
"test:worker": "node --experimental-worker test/tap-as-worker.js --gc --stderr test/js/*-test.js",
"rebuild-tests": "node-gyp rebuild --msvs_version=2015 --directory test",
"rebuild-tests-2017": "node-gyp rebuild --msvs_version=2017 --directory test",
"docs": "doc/.build.sh"
},
"contributors": [
"Rod Vagg <r@va.gg> (https://github.com/rvagg)",
"Benjamin Byholm <bbyholm@abo.fi> (https://github.com/kkoopa/)",
"Trevor Norris <trev.norris@gmail.com> (https://github.com/trevnorris)",
"Nathan Rajlich <nathan@tootallnate.net> (https://github.com/TooTallNate)",
"Brett Lawson <brett19@gmail.com> (https://github.com/brett19)",
"Ben Noordhuis <info@bnoordhuis.nl> (https://github.com/bnoordhuis)",
"David Siegel <david@artcom.de> (https://github.com/agnat)",
"Michael Ira Krufky <mkrufky@gmail.com> (https://github.com/mkrufky)"
],
"devDependencies": {
"bindings": "~1.5.0",
"commander": "^2.8.1",
"glob": "^5.0.14",
"request": "^2.88.2",
"node-gyp": "github:choyunsung/node-gyp",
"readable-stream": "^2.1.4",
"tap": "~18.7.2",
"xtend": "~4.0.2"
},
"author": "ingstory",
"license": "MIT"
}