2016-01-28 10:58:12 -08:00
|
|
|
{
|
|
|
|
|
"name": "parse-server",
|
2017-07-03 10:50:04 -04:00
|
|
|
"version": "2.5.3",
|
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-05-20 12:05:38 -04:00
|
|
|
"body-parser": "1.17.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-06-20 09:15:26 -07:00
|
|
|
"express": "4.15.3",
|
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-08-29 09:46:10 -07:00
|
|
|
"mime": "1.4.0",
|
2017-08-23 11:35:23 -04:00
|
|
|
"mongodb": "2.2.31",
|
2017-02-02 20:52:20 +01:00
|
|
|
"multer": "1.3.0",
|
2017-06-27 14:02:01 -04:00
|
|
|
"parse": "1.10.0",
|
2016-08-18 18:05:26 -04:00
|
|
|
"parse-server-fs-adapter": "1.0.1",
|
2017-07-01 23:34:47 -04:00
|
|
|
"parse-server-push-adapter": "2.0.0",
|
2017-08-29 11:20:25 -07:00
|
|
|
"parse-server-s3-adapter": "1.2.0",
|
2016-06-15 20:28:07 -07:00
|
|
|
"parse-server-simple-mailgun-adapter": "1.0.0",
|
2017-07-08 14:18:10 -04:00
|
|
|
"pg-promise": "6.3.1",
|
2017-08-23 11:35:08 -04:00
|
|
|
"redis": "2.8.0",
|
2017-03-09 08:09:13 -08:00
|
|
|
"request": "2.81.0",
|
2017-08-29 09:14:54 -07:00
|
|
|
"semver": "5.4.0",
|
2017-03-20 18:10:31 +01:00
|
|
|
"tv4": "1.3.0",
|
2017-01-23 18:29:40 +01:00
|
|
|
"winston": "2.3.1",
|
2017-03-13 19:17:10 +01:00
|
|
|
"winston-daily-rotate-file": "1.4.6",
|
2017-08-29 10:08:25 -07:00
|
|
|
"ws": "3.1.0"
|
2016-01-28 10:58:12 -08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2017-04-23 10:05:57 -07:00
|
|
|
"babel-cli": "6.24.1",
|
2017-08-23 11:35:40 -04:00
|
|
|
"babel-core": "6.26.0",
|
2016-11-24 15:47:41 -05:00
|
|
|
"babel-eslint": "^7.1.1",
|
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-04-23 10:05:57 -07:00
|
|
|
"babel-preset-es2015": "6.24.1",
|
|
|
|
|
"babel-preset-stage-0": "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-08-10 08:42:51 -04:00
|
|
|
"cross-env": "5.0.2",
|
2017-05-05 09:33:50 -07:00
|
|
|
"deep-diff": "0.3.8",
|
2017-08-10 16:31:32 -04:00
|
|
|
"eslint": "^4.4.1",
|
2016-11-24 15:47:41 -05:00
|
|
|
"eslint-plugin-flowtype": "^2.25.0",
|
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-05-05 09:33:37 -07:00
|
|
|
"mongodb-runner": "3.5.0",
|
2016-10-07 15:36:04 +02:00
|
|
|
"nodemon": "1.11.0",
|
2017-06-02 21:01:21 -04:00
|
|
|
"nyc": "^11.0.2",
|
2017-05-08 10:03:54 -04:00
|
|
|
"request-promise": "4.2.1"
|
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"
|
2016-01-28 10:58:12 -08:00
|
|
|
}
|
|
|
|
|
}
|