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
44 lines (44 loc) · 975 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 975 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
44
{
"name": "node-parse-api",
"description": "A Parse.com REST API client for Node.js",
"version": "0.3.8a",
"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",
"Achim Koellner"
],
"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"
}
}