| { |
| "name": "pouchdb", |
| "version": "5.2.1-prerelease", |
| "description": "PouchDB is a pocket-sized database.", |
| "main": "./lib/index.js", |
| "homepage": "http://pouchdb.com/", |
| "license": "Apache-2.0", |
| "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.2.0", |
| "fruitdown": "1.0.1", |
| "inherits": "2.0.1", |
| "js-extend": "1.0.1", |
| "level-sublevel": "6.5.4", |
| "level-write-stream": "1.0.0", |
| "levelup": "1.3.1", |
| "lie": "3.0.2", |
| "localstorage-down": "0.6.6", |
| "memdown": "1.1.2", |
| "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.2" |
| }, |
| "jspm": { |
| "main": "dist/pouchdb.js" |
| }, |
| "optionalDependencies": { |
| "leveldown": "1.4.4" |
| }, |
| "devDependencies": { |
| "add-cors-to-couchdb": "0.0.4", |
| "babel-cli": "6.4.5", |
| "babel-plugin-add-module-exports": "0.1.2", |
| "babel-plugin-transform-es2015-modules-commonjs": "6.4.5", |
| "browserify": "12.0.2", |
| "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", |
| "denodeify": "1.2.1", |
| "derequire": "2.0.3", |
| "express": "4.13.4", |
| "express-pouchdb": "1.0.1", |
| "findit": "2.0.0", |
| "http-server": "0.8.5", |
| "istanbul": "0.4.2", |
| "istanbul-coveralls": "1.0.3", |
| "jshint": "2.8.0", |
| "less": "2.5.3", |
| "mkdirp": "0.5.1", |
| "mocha": "2.4.2", |
| "mockery": "1.4.0", |
| "ncp": "2.0.0", |
| "node-watch": "0.3.5", |
| "pouchdb-express-router": "0.0.8", |
| "pouchdb-server": "1.0.0", |
| "replace": "0.3.0", |
| "rimraf": "2.5.1", |
| "rollup": "0.25.1", |
| "sauce-connect-launcher": "0.14.0", |
| "seedrandom": "2.4.2", |
| "selenium-standalone": "4.8.0", |
| "stream-to-promise": "1.1.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", |
| "wd": "0.4.0", |
| "webpack": "1.12.12" |
| }, |
| "scripts": { |
| "build": "node ./bin/build.js", |
| "build-node": "sh bin/build-node.sh", |
| "build-as-modular-es5": "sh bin/build-as-modular-es5.sh", |
| "test-unit": "npm run build-as-modular-es5 && mocha tests/unit", |
| "test-node": "npm run build-node && sh bin/test-node.sh", |
| "test-component": "npm run build-node && mocha tests/component", |
| "test-extras": "mocha tests/extras", |
| "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", |
| "prepublish": "npm run build", |
| "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", |
| "./lib/extras/ajax.js": "./lib/extras/ajax-browser.js", |
| "crypto": false, |
| "fs": false, |
| "leveldown": false |
| }, |
| "files": [ |
| "lib", |
| "extras", |
| "dist", |
| "tonic-example.js" |
| ] |
| } |