Merge remote-tracking branch 'tootallnate/gyp'
Conflicts: wscript
Showing
bindings.gyp
0 → 100644
deps/sqlite-autoconf-3070800.tar.gz
deleted
100644 → 0
File deleted
deps/sqlite3/INSTALL
0 → 100644
deps/sqlite3/Makefile.am
0 → 100644
deps/sqlite3/Makefile.in
0 → 100644
This diff is collapsed.
Click to expand it.
deps/sqlite3/README
0 → 100644
deps/sqlite3/aclocal.m4
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
deps/sqlite3/config.guess
0 → 100755
This diff is collapsed.
Click to expand it.
deps/sqlite3/config.sub
0 → 100755
This diff is collapsed.
Click to expand it.
deps/sqlite3/configure
0 → 100755
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
deps/sqlite3/configure.ac
0 → 100644
deps/sqlite3/depcomp
0 → 100755
This diff is collapsed.
Click to expand it.
deps/sqlite3/install-sh
0 → 100755
deps/sqlite3/ltmain.sh
0 → 100755
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
deps/sqlite3/missing
0 → 100755
This diff is collapsed.
Click to expand it.
deps/sqlite3/shell.c
0 → 100644
This diff is collapsed.
Click to expand it.
deps/sqlite3/sqlite3.1
0 → 100644
deps/sqlite3/sqlite3.c
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
deps/sqlite3/sqlite3.gyp
0 → 100755
deps/sqlite3/sqlite3.h
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
deps/sqlite3/sqlite3.pc
0 → 100644
deps/sqlite3/sqlite3.pc.in
0 → 100644
deps/sqlite3/sqlite3ext.h
0 → 100644
This diff is collapsed.
Click to expand it.
deps/sqlite3/tea/Makefile.in
0 → 100644
This diff is collapsed.
Click to expand it.
deps/sqlite3/tea/README
0 → 100644
deps/sqlite3/tea/aclocal.m4
0 → 100644
deps/sqlite3/tea/configure
0 → 100755
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
deps/sqlite3/tea/configure.in
0 → 100644
deps/sqlite3/tea/doc/sqlite3.n
0 → 100644
deps/sqlite3/tea/generic/tclsqlite3.c
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
deps/sqlite3/tea/license.terms
0 → 100644
deps/sqlite3/tea/pkgIndex.tcl.in
0 → 100644
deps/sqlite3/tea/tclconfig/install-sh
0 → 100644
deps/sqlite3/tea/tclconfig/tcl.m4
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
deps/sqlite3/tea/win/makefile.vc
0 → 100644
This diff is collapsed.
Click to expand it.
deps/sqlite3/tea/win/nmakehlp.c
0 → 100644
This diff is collapsed.
Click to expand it.
deps/sqlite3/tea/win/rules.vc
0 → 100644
This diff is collapsed.
Click to expand it.
| ... | @@ -26,8 +26,12 @@ | ... | @@ -26,8 +26,12 @@ |
| "type": "git", | "type": "git", | ||
| "url": "git://github.com/developmentseed/node-sqlite3.git" | "url": "git://github.com/developmentseed/node-sqlite3.git" | ||
| }, | }, | ||
| "dependencies": { | |||
| "bindings": "*" | |||
| }, | |||
| "devDependencies": { | "devDependencies": { | ||
| "step": "0.0.4" | "step": "0.0.4", | ||
| "expresso": "*" | |||
| }, | }, | ||
| "engines": { | "engines": { | ||
| "node": "0.6.x" | "node": "0.6.x" | ||
| ... | ... |
src/threading.h
0 → 100644
Please
register
or
sign in
to comment