2016-01-28 10:58:12 -08:00
|
|
|
{
|
|
|
|
|
"name": "parse-server",
|
2016-12-08 14:30:59 -05:00
|
|
|
"version": "2.3.1",
|
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": {
|
2016-08-19 16:53:57 -04:00
|
|
|
"bcryptjs": "2.3.0",
|
2016-06-21 21:54:16 +02:00
|
|
|
"body-parser": "1.15.2",
|
2016-06-15 20:28:07 -07:00
|
|
|
"commander": "2.9.0",
|
2016-06-13 18:36:50 +02:00
|
|
|
"deepcopy": "0.6.3",
|
2016-06-16 19:39:13 +02:00
|
|
|
"express": "4.14.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",
|
2016-11-28 15:14:17 +01:00
|
|
|
"lru-cache": "4.0.2",
|
2016-06-15 20:28:07 -07:00
|
|
|
"mime": "1.3.4",
|
2016-09-17 19:08:35 +02:00
|
|
|
"mongodb": "2.2.10",
|
2017-01-02 21:09:24 +01:00
|
|
|
"multer": "1.2.1",
|
2016-09-27 14:53:17 +02:00
|
|
|
"parse": "1.9.2",
|
2016-08-18 18:05:26 -04:00
|
|
|
"parse-server-fs-adapter": "1.0.1",
|
2016-08-25 19:03:36 +02:00
|
|
|
"parse-server-push-adapter": "1.1.0",
|
2016-12-07 01:56:26 +01:00
|
|
|
"parse-server-s3-adapter": "1.0.6",
|
2016-06-15 20:28:07 -07:00
|
|
|
"parse-server-simple-mailgun-adapter": "1.0.0",
|
2016-12-01 23:59:10 +01:00
|
|
|
"pg-promise": "5.4.5",
|
2016-11-02 19:41:02 +01:00
|
|
|
"redis": "2.6.3",
|
2016-11-18 09:33:12 -08:00
|
|
|
"request": "2.79.0",
|
2016-08-07 19:21:01 -07:00
|
|
|
"semver": "5.2.0",
|
2016-06-15 20:28:07 -07:00
|
|
|
"tv4": "1.2.7",
|
2016-11-02 18:56:46 +01:00
|
|
|
"winston": "2.3.0",
|
2016-11-29 16:53:24 +01:00
|
|
|
"winston-daily-rotate-file": "1.4.0",
|
2016-06-27 07:25:01 +02:00
|
|
|
"ws": "1.1.1"
|
2016-01-28 10:58:12 -08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2016-10-25 01:26:23 +02:00
|
|
|
"babel-cli": "6.18.0",
|
2017-01-01 15:44:38 +01:00
|
|
|
"babel-core": "6.20.0",
|
2016-11-24 15:47:41 -05:00
|
|
|
"babel-eslint": "^7.1.1",
|
2016-08-05 05:36:18 +02:00
|
|
|
"babel-plugin-syntax-flow": "6.13.0",
|
2016-10-25 03:35:12 +02:00
|
|
|
"babel-plugin-transform-flow-strip-types": "6.18.0",
|
2016-08-30 10:33:56 -04:00
|
|
|
"babel-preset-es2015": "6.14.0",
|
2016-06-15 20:28:07 -07:00
|
|
|
"babel-preset-stage-0": "6.5.0",
|
2016-10-25 04:51:28 +02:00
|
|
|
"babel-register": "6.18.0",
|
2016-08-19 16:53:57 -04:00
|
|
|
"bcrypt-nodejs": "0.0.3",
|
2016-10-17 16:28:35 +02:00
|
|
|
"cross-env": "3.1.3",
|
2016-06-15 20:28:07 -07:00
|
|
|
"deep-diff": "0.3.4",
|
2016-11-24 15:47:41 -05:00
|
|
|
"eslint": "^3.10.2",
|
|
|
|
|
"eslint-plugin-flowtype": "^2.25.0",
|
2016-08-05 05:35:47 +02:00
|
|
|
"gaze": "1.1.1",
|
2016-07-19 23:33:01 -04:00
|
|
|
"istanbul": "1.0.0-alpha.1",
|
2016-09-17 18:14:36 +02:00
|
|
|
"jasmine": "2.5.2",
|
2016-11-02 05:39:09 -07:00
|
|
|
"jasmine-spec-reporter": "^2.7.0",
|
2016-08-30 10:33:56 -04:00
|
|
|
"mongodb-runner": "3.4.0",
|
2016-10-07 15:36:04 +02:00
|
|
|
"nodemon": "1.11.0",
|
2016-08-19 16:53:57 -04:00
|
|
|
"request-promise": "4.1.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 ./",
|
2016-07-19 23:33:01 -04:00
|
|
|
"build": "babel src/ -d lib/",
|
2016-11-30 14:58:59 -08:00
|
|
|
"pretest": "npm run lint",
|
2016-11-24 15:09:11 -05:00
|
|
|
"test": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=3.2.6} MONGODB_STORAGE_ENGINE=mmapv1 NODE_ENV=test TESTING=1 $COVERAGE_OPTION jasmine",
|
2016-11-29 14:52:17 +00:00
|
|
|
"test:win": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=3.2.6} MONGODB_STORAGE_ENGINE=mmapv1 NODE_ENV=test TESTING=1 jasmine",
|
2016-07-19 23:33:01 -04:00
|
|
|
"coverage": "cross-env COVERAGE_OPTION='./node_modules/.bin/istanbul cover' npm test",
|
2016-11-29 14:52:17 +00:00
|
|
|
"coverage:win": "cross-env MONGODB_VERSION=${MONGODB_VERSION:=3.2.6} MONGODB_STORAGE_ENGINE=mmapv1 NODE_ENV=test TESTING=1 node ./node_modules/istanbul/lib/cli.js cover ./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": {
|
2016-09-24 13:53:31 -04:00
|
|
|
"node": ">=4.5"
|
2016-02-03 17:00:10 -05:00
|
|
|
},
|
|
|
|
|
"bin": {
|
|
|
|
|
"parse-server": "./bin/parse-server"
|
2016-08-19 16:53:57 -04:00
|
|
|
},
|
|
|
|
|
"optionalDependencies": {
|
2017-01-01 19:01:59 +01:00
|
|
|
"bcrypt": "1.0.2"
|
2016-01-28 10:58:12 -08:00
|
|
|
}
|
|
|
|
|
}
|