2016-01-28 10:58:12 -08:00
|
|
|
{
|
|
|
|
|
"name": "parse-server",
|
2017-10-26 17:15:32 -04:00
|
|
|
"version": "2.6.5",
|
2016-01-28 10:58:12 -08:00
|
|
|
"description": "An express module providing a Parse-compatible API server",
|
2016-02-08 20:20:21 -08:00
|
|
|
"main": "lib/index.js",
|
2016-01-28 10:58:12 -08:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/ParsePlatform/parse-server"
|
|
|
|
|
},
|
2016-02-24 14:38:02 -08:00
|
|
|
"files": [
|
|
|
|
|
"bin/",
|
|
|
|
|
"lib/",
|
2016-03-04 17:01:14 -05:00
|
|
|
"public_html/",
|
|
|
|
|
"views/",
|
2016-02-24 14:38:02 -08:00
|
|
|
"LICENSE",
|
|
|
|
|
"PATENTS",
|
|
|
|
|
"README.md"
|
|
|
|
|
],
|
2016-01-29 14:23:58 -08:00
|
|
|
"license": "BSD-3-Clause",
|
2016-01-28 10:58:12 -08:00
|
|
|
"dependencies": {
|
2017-02-08 18:09:29 +01:00
|
|
|
"bcryptjs": "2.4.3",
|
2017-09-23 10:31:20 -04:00
|
|
|
"body-parser": "1.18.2",
|
2017-07-03 21:27:21 -04:00
|
|
|
"commander": "2.11.0",
|
2016-06-13 18:36:50 +02:00
|
|
|
"deepcopy": "0.6.3",
|
2017-10-24 20:50:36 +01:00
|
|
|
"express": "4.16.0",
|
2016-06-15 20:28:07 -07:00
|
|
|
"intersect": "1.0.1",
|
2017-01-02 20:25:37 +01:00
|
|
|
"lodash": "4.17.4",
|
2017-06-20 09:15:26 -07:00
|
|
|
"lru-cache": "4.1.1",
|
2017-10-24 20:50:36 +01:00
|
|
|
"mime": "1.4.1",
|
2017-10-17 14:48:01 -04:00
|
|
|
"mongodb": "2.2.33",
|
2017-02-02 20:52:20 +01:00
|
|
|
"multer": "1.3.0",
|
2017-10-21 16:03:24 -04:00
|
|
|
"parse": "1.10.1",
|
2016-08-18 18:05:26 -04:00
|
|
|
"parse-server-fs-adapter": "1.0.1",
|
2017-10-22 23:03:00 -04:00
|
|
|
"parse-server-push-adapter": "2.0.2",
|
2017-08-29 11:20:25 -07:00
|
|
|
"parse-server-s3-adapter": "1.2.0",
|
2017-10-24 20:50:36 +01:00
|
|
|
"parse-server-simple-mailgun-adapter": "1.0.1",
|
2017-11-03 11:52:36 -04:00
|
|
|
"pg-promise": "7.2.1",
|
2017-08-23 11:35:08 -04:00
|
|
|
"redis": "2.8.0",
|
2017-09-27 15:24:40 -07:00
|
|
|
"request": "2.83.0",
|
2017-10-22 15:46:19 -04:00
|
|
|
"semver": "5.4.1",
|
2017-03-20 18:10:31 +01:00
|
|
|
"tv4": "1.3.0",
|
2017-09-15 17:20:51 -04:00
|
|
|
"uuid": "^3.1.0",
|
2017-10-02 09:18:34 -04:00
|
|
|
"winston": "2.4.0",
|
2017-09-28 10:08:25 -07:00
|
|
|
"winston-daily-rotate-file": "1.7.2",
|
2017-09-15 08:10:18 -04:00
|
|
|
"ws": "3.2.0"
|
2016-01-28 10:58:12 -08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2017-09-09 14:02:36 -04:00
|
|
|
"babel-cli": "6.26.0",
|
2017-08-23 11:35:40 -04:00
|
|
|
"babel-core": "6.26.0",
|
2017-09-12 14:18:26 -04:00
|
|
|
"babel-eslint": "^8.0.0",
|
2017-03-25 18:30:15 +01:00
|
|
|
"babel-plugin-syntax-flow": "6.18.0",
|
2017-02-04 06:39:18 +01:00
|
|
|
"babel-plugin-transform-flow-strip-types": "6.22.0",
|
2017-10-17 14:48:23 -04:00
|
|
|
"babel-preset-env": "1.6.1",
|
2017-04-23 10:05:57 -07:00
|
|
|
"babel-preset-es2015": "6.24.1",
|
2017-09-05 17:51:11 -04:00
|
|
|
"babel-preset-stage-3": "6.24.1",
|
2017-08-23 11:35:52 -04:00
|
|
|
"babel-register": "6.26.0",
|
2016-08-19 16:53:57 -04:00
|
|
|
"bcrypt-nodejs": "0.0.3",
|
2017-10-17 14:48:12 -04:00
|
|
|
"cross-env": "5.1.0",
|
2017-05-05 09:33:50 -07:00
|
|
|
"deep-diff": "0.3.8",
|
2017-10-22 14:40:50 -04:00
|
|
|
"eslint": "^4.9.0",
|
2017-10-22 15:19:40 -04:00
|
|
|
"eslint-plugin-flowtype": "^2.39.1",
|
2017-04-23 10:05:57 -07:00
|
|
|
"gaze": "1.1.2",
|
2017-08-24 12:49:46 -07:00
|
|
|
"jasmine": "2.8.0",
|
2017-04-30 16:37:45 -07:00
|
|
|
"jasmine-spec-reporter": "^4.1.0",
|
2017-10-22 15:20:27 -04:00
|
|
|
"mongodb-runner": "3.6.1",
|
2017-09-15 09:23:48 -04:00
|
|
|
"nodemon": "1.12.1",
|
2017-06-02 21:01:21 -04:00
|
|
|
"nyc": "^11.0.2",
|
2017-09-23 10:31:05 -04:00
|
|
|
"request-promise": "4.2.2"
|
2016-01-28 10:58:12 -08:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2016-03-05 10:47:27 +05:30
|
|
|
"dev": "npm run build && node bin/dev",
|
2016-11-30 14:58:59 -08:00
|
|
|
"lint": "eslint --cache ./",
|
2017-02-19 11:34:42 -05:00
|
|
|
"build": "babel src/ -d lib/ --copy-files",
|
2016-11-30 14:58:59 -08:00
|
|
|
"pretest": "npm run lint",
|
2017-05-28 17:04:25 -04:00
|
|
|
"test": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=3.2.6} MONGODB_STORAGE_ENGINE=mmapv1 TESTING=1 $COVERAGE_OPTION jasmine",
|
|
|
|
|
"test:win": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=3.2.6} MONGODB_STORAGE_ENGINE=mmapv1 TESTING=1 jasmine",
|
2017-03-20 12:58:36 -04:00
|
|
|
"coverage": "cross-env COVERAGE_OPTION='./node_modules/.bin/nyc' npm test",
|
2017-05-28 17:04:25 -04:00
|
|
|
"coverage:win": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=3.2.6} MONGODB_STORAGE_ENGINE=mmapv1 TESTING=1 node ./node_modules/.bin/nyc ./node_modules/jasmine/bin/jasmine.js",
|
2016-03-04 09:40:47 -05:00
|
|
|
"start": "node ./bin/parse-server",
|
2016-02-08 20:20:21 -08:00
|
|
|
"prepublish": "npm run build"
|
2016-01-29 11:51:34 -08:00
|
|
|
},
|
|
|
|
|
"engines": {
|
2017-02-06 12:41:33 -05:00
|
|
|
"node": ">=4.6"
|
2016-02-03 17:00:10 -05:00
|
|
|
},
|
|
|
|
|
"bin": {
|
|
|
|
|
"parse-server": "./bin/parse-server"
|
2016-08-19 16:53:57 -04:00
|
|
|
},
|
|
|
|
|
"optionalDependencies": {
|
2017-08-24 10:15:23 -04:00
|
|
|
"bcrypt": "1.0.3",
|
2017-08-28 10:17:13 -07:00
|
|
|
"uws": "^8.14.1"
|
2017-10-27 10:26:05 +09:00
|
|
|
},
|
|
|
|
|
"collective": {
|
|
|
|
|
"type": "opencollective",
|
|
|
|
|
"url": "https://opencollective.com/parse-server",
|
|
|
|
|
"logo": "https://opencollective.com/parse-server/logo.txt?reverse=true&variant=binary"
|
2016-01-28 10:58:12 -08:00
|
|
|
}
|
|
|
|
|
}
|