initial commit
This commit is contained in:
34
node_modules/nan/package.json
generated
vendored
Normal file
34
node_modules/nan/package.json
generated
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "nan",
|
||||
"version": "2.0.9",
|
||||
"description": "Native Abstractions for Node.js: C++ header for Node 0.8 -> 4 compatibility",
|
||||
"main": "include_dirs.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/nodejs/nan.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tap --gc test/js/*-test.js",
|
||||
"rebuild-tests": "pangyp rebuild --msvs_version=2013 --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)"
|
||||
],
|
||||
"devDependencies": {
|
||||
"bindings": "~1.2.1",
|
||||
"commander": "^2.8.1",
|
||||
"glob": "^5.0.14",
|
||||
"node-gyp": "~2.0.2",
|
||||
"pangyp": "~2.2.0",
|
||||
"tap": "~0.7.1",
|
||||
"xtend": "~4.0.0"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
Reference in New Issue
Block a user