forked from ukmadlz/parse-on-bluemix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 859 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "parse-on-bluemix",
"version": "0.0.1",
"description": "A quick attempt to roll @ParsePlatform on @ibm-bluemix and see what happens",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ibm-cds-labs/parse-on-bluemix.git"
},
"keywords": [
"parse",
"dbaas",
"mongodb"
],
"author": "Mike Elsmore <mike.elsmore@uk.ibm.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ibm-cds-labs/parse-on-bluemix/issues"
},
"homepage": "https://github.com/ibm-cds-labs/parse-on-bluemix#readme",
"dependencies": {
"cf-deployment-tracker-client": "0.0.7",
"express": "^4.13.4",
"parse-server": "^2.2.1"
},
"engines": {
"node": "4.2.5"
}
}