Skip to content

Instantly share code, notes, and snippets.

@androuino
Created April 13, 2020 23:53
Show Gist options
  • Save androuino/03bbf30c356f701a1d73e99f54445c1a to your computer and use it in GitHub Desktop.
Save androuino/03bbf30c356f701a1d73e99f54445c1a to your computer and use it in GitHub Desktop.
This is my package.json configuration
{
"name": "parse-server-example",
"version": "1.4.0",
"description": "An example Parse API server using the parse-server module",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/ParsePlatform/parse-server-example"
},
"license": "MIT",
"dependencies": {
"express": "~4.11.x",
"kerberos": "~0.0.x",
"parse": "~1.8.0",
"parse-server": "~4.2.0"
},
"scripts": {
"start": "node index.js"
},
"engines": {
"node": ">=4.3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment