[Pkg-javascript-commits] [node-leveldown] 95/492: reformat package.json
Andrew Kelley
andrewrk-guest at moszumanska.debian.org
Sun Jul 6 17:13:48 UTC 2014
This is an automated email from the git hooks/post-receive script.
andrewrk-guest pushed a commit to annotated tag rocksdb-0.10.1
in repository node-leveldown.
commit 9daeeb42c9cb76a1bddf0fd49a26750ee6c90626
Author: Rod Vagg <rod at vagg.org>
Date: Thu Dec 13 21:54:32 2012 +1100
reformat package.json
---
package.json | 102 +++++++++++++++++++++++++++++------------------------------
1 file changed, 50 insertions(+), 52 deletions(-)
diff --git a/package.json b/package.json
index 65f7b56..9569fc4 100644
--- a/package.json
+++ b/package.json
@@ -1,53 +1,51 @@
{
- "name": "levelup",
- "description": "Fast & simple storage - a Node.js-style LevelDB wrapper",
- "authors": [
- "Rod Vagg @rvagg <rod at vagg.org> (https://github.com/rvagg)"
- ],
- "keywords": [
- "leveldb",
- "levelup",
- "stream",
- "database",
- "db",
- "database",
- "store",
- "storage",
- "json"
- ],
- "version": "0.3.2",
- "main": "lib/levelup.js",
- "dependencies": {
- "errno": "~0.0.3",
- "bindings": "~1.0.0",
- "concat-stream": "~0.0.9",
- "bufferstream": "~0.5.1"
- },
- "devDependencies": {
- "buster": "*",
- "rimraf": "*",
- "async": "*",
- "fstream": "*",
- "tar": "*",
- "mkfiletree": "*",
- "readfiletree": "*",
- "slow-stream": "~0.0.3",
- "delayed": "*",
- "boganipsum": "*"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/rvagg/node-levelup.git"
- },
- "scripts": {
- "test": "./node_modules/.bin/buster-test",
- "install": "node-gyp rebuild",
- "functionaltests": "node ./test/functional/fstream-test.js && node ./test/functional/binary-data-test.js && node ./test/functional/compat-test.js",
- "alltests": "npm test && npm run-script functionaltests",
- "publish": "rm -rf ./node_modules/ npm-shrinkwrap.json && npm install --production && npm shrinkwrap && npm publish && rm npm-shrinkwrap.json && npm install",
- "sr": "npm shrinkwrap",
- "l": "npm ls"
- },
- "license": "MIT",
- "gypfile": true
-}
+ "name": "levelup"
+ , "description": "Fast & simple storage - a Node.js-style LevelDB wrapper"
+ , "authors": [
+ "Rod Vagg @rvagg <rod at vagg.org> (https://github.com/rvagg)"
+ ]
+ , "keywords": [
+ "leveldb"
+ , "stream"
+ , "database"
+ , "db"
+ , "store"
+ , "storage"
+ , "json"
+ ]
+ , "version": "0.3.2"
+ , "main": "lib/levelup.js"
+ , "dependencies": {
+ "errno": "~0.0.3"
+ , "bindings": "~1.0.0"
+ , "concat-stream": "~0.0.9"
+ , "bufferstream": "~0.5.1"
+ }
+ , "devDependencies": {
+ "buster": "*"
+ , "rimraf": "*"
+ , "async": "*"
+ , "fstream": "*"
+ , "tar": "*"
+ , "mkfiletree": "*"
+ , "readfiletree": "*"
+ , "slow-stream": ">=0.0.3"
+ , "delayed": "*"
+ , "boganipsum": "*"
+ }
+ , "repository": {
+ "type": "git"
+ , "url": "https://github.com/rvagg/node-levelup.git"
+ }
+ , "scripts": {
+ "test": "./node_modules/.bin/buster-test"
+ , "install": "node-gyp rebuild"
+ , "functionaltests": "node ./test/functional/fstream-test.js && node ./test/functional/binary-data-test.js && node ./test/functional/compat-test.js"
+ , "alltests": "npm test && npm run-script functionaltests"
+ , "publish": "rm -rf ./node_modules/ npm-shrinkwrap.json && npm install --production && npm shrinkwrap && npm publish && rm npm-shrinkwrap.json && npm install"
+ , "sr": "npm shrinkwrap"
+ , "l": "npm ls"
+ }
+ , "license": "MIT"
+ , "gypfile": true
+}
\ No newline at end of file
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-leveldown.git
More information about the Pkg-javascript-commits
mailing list