forked from Leveton/node-parse-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 952 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 952 Bytes
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
34
35
36
37
38
39
40
41
42
43
{
"name": "node-parse-api",
"description": "A Parse.com REST API client for Node.js",
"version": "0.3.5",
"author": "Chris Johnson <tenorviol@yahoo.com>, Michael Leveton <mleveton@prepcloud.com>, Seth Gholson",
"contributors": [
"Daniel Gasienica <daniel@gasienica.ch>",
"Jakub Knejzlík",
"Sam Saccone",
"Arnaud Rinquin",
"Charles Julian Knight",
"Barrington Haynes",
"Christian Monaghan",
"Christoffer Niska",
"Rodrigo Martell",
"Joe Bruggeman",
"Omar A",
"Andrey",
"Rafael Galdêncio",
"Akhmad Fathonih",
"Kody J. Peterson",
"Jo Jordens",
"Appsaloon"
],
"main": "index",
"scripts": {
"test": "nodeunit"
},
"repository": "https://github.com/leveton/node-parse-api",
"keywords": [
"parse",
"mbaas",
"rest",
"push notifications",
"api"
],
"engines": {
"node": ">= 0.4.0"
},
"devDependencies": {
"nodeunit": "~0.9.0"
}
}