| { |
| "name": "pouchdb", |
| "version": "5.1.1-prerelease", |
| "description": "PouchDB is a pocket-sized database.", |
| "main": "./lib/index.js", |
| "homepage": "http://pouchdb.com/", |
| "repository": "https://github.com/pouchdb/pouchdb", |
| "tonicExampleFilename": "tonic-example.js", |
| "keywords": [ |
| "db", |
| "couchdb", |
| "pouchdb" |
| ], |
| "tags": [ |
| "db", |
| "couchdb", |
| "pouchdb" |
| ], |
| "dependencies": { |
| "argsarray": "0.0.1", |
| "debug": "2.2.0", |
| "double-ended-queue": "2.0.0-0", |
| "es3ify": "0.1.4", |
| "fruitdown": "1.0.1", |
| "inherits": "2.0.1", |
| "js-extend": "0.0.2", |
| "level-sublevel": "6.5.2", |
| "level-write-stream": "1.0.0", |
| "levelup": "1.3.1", |
| "lie": "3.0.1", |
| "localstorage-down": "0.6.3", |
| "memdown": "1.1.0", |
| "pouchdb-collate": "1.2.0", |
| "pouchdb-collections": "1.0.1", |
| "request": "2.67.0", |
| "scope-eval": "0.0.3", |
| "spark-md5": "2.0.0", |
| "through2": "2.0.0", |
| "vuvuzela": "1.0.1" |
| }, |
| "jspm": { |
| "main": "dist/pouchdb.js" |
| }, |
| "optionalDependencies": { |
| "leveldown": "1.4.3" |
| }, |
| "devDependencies": { |
| "babel-cli": "^6.3.17", |
| "babel-plugin-add-module-exports": "^0.1.2", |
| "babel-plugin-transform-es2015-modules-commonjs": "^6.3.16", |
| "browserify": "12.0.1", |
| "bundle-collapser": "1.2.1", |
| "chai": "3.4.1", |
| "chai-as-promised": "5.2.0", |
| "child-process-promise": "1.1.0", |
| "cordova": "5.4.1", |
| "corsproxy": "0.2.14", |
| "derequire": "2.0.3", |
| "es5-shim": "4.4.1", |
| "express": "4.13.3", |
| "express-pouchdb": "1.0.1", |
| "http-server": "0.8.5", |
| "istanbul": "0.4.1", |
| "istanbul-coveralls": "1.0.3", |
| "jshint": "2.8.0", |
| "json-loader": "^0.5.4", |
| "less": "2.5.3", |
| "mkdirp": "0.5.1", |
| "mocha": "2.3.4", |
| "mockery": "1.4.0", |
| "ncp": "2.0.0", |
| "node-watch": "^0.3.5", |
| "phantomjs": "1.9.19", |
| "pouchdb-express-router": "0.0.8", |
| "pouchdb-http-proxy": "0.10.4", |
| "pouchdb-server": "1.0.0", |
| "replace": "0.3.0", |
| "rimraf": "2.5.0", |
| "rollup": "^0.22.0", |
| "sauce-connect-launcher": "0.13.0", |
| "seedrandom": "2.4.2", |
| "selenium-standalone": "4.8.0", |
| "tape": "4.4.0", |
| "throw-max-listeners-error": "1.0.1", |
| "tin": "0.5.0", |
| "ua-parser-js": "0.7.10", |
| "uglify-js": "2.6.1", |
| "watch-glob": "0.1.3", |
| "watchify": "3.6.1", |
| "wd": "0.4.0", |
| "webpack": "^1.12.9" |
| }, |
| "scripts": { |
| "build": "sh bin/build.sh && npm run license", |
| "license": "node ./bin/add-license.js", |
| "build-as-modular-es5": "sh bin/build-as-modular-es5.sh", |
| "test-unit": "npm run build-as-modular-es5 && mocha tests/unit", |
| "test-node": "sh bin/test-node.sh", |
| "test-component": "mocha tests/component", |
| "test-fuzzy": "TYPE=fuzzy npm run test", |
| "test-browser": "node ./bin/test-browser.js", |
| "cordova": "npm run build && sh bin/run-cordova.sh", |
| "jshint": "jshint -c .jshintrc bin/ src/ tests/", |
| "dev": "CLIENT=dev bash bin/run-test.sh", |
| "launch-dev-server": "node ./bin/dev-server.js", |
| "test": "bash bin/run-test.sh", |
| "posttest": "npm run jshint", |
| "release": "sh bin/release.sh", |
| "publish-site": "sh bin/publish-site.sh", |
| "build-site": "node ./bin/build-site.js", |
| "report-coverage": "npm run build-as-modular-es5 && COVERAGE=1 npm test && istanbul-coveralls --no-rm", |
| "build-perf": "browserify tests/performance/*.js > tests/performance-bundle.js", |
| "verify-bundle-size": "sh bin/verify-bundle-size.sh", |
| "test-webpack": "sh bin/test-webpack.sh" |
| }, |
| "browser": { |
| "./lib/index.js": "./lib/index-browser.js", |
| "crypto": false, |
| "fs": false, |
| "leveldown": false |
| } |
| } |