-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
42 lines (42 loc) · 975 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
34
35
36
37
38
39
40
41
42
{
"author": "Brandon Shelley",
"contributors": [{
"name": "Brandon Shelley",
"email": "brandon@codeblooded.io"
}, {
"name": "Robert Walsh",
"email": "rjwalsh1985@gmail.com"
}],
"dependencies": {
"async": "latest",
"file": "latest",
"file-type": "^3.4.0",
"lodash": ">=4.17.11",
"lodash-inflection": "latest",
"lodash-uuid": "latest",
"read-chunk": "^1.0.1",
"request": "latest",
"url-join": "latest",
"validator": "^4.5.0"
},
"description": "The official Node.js SDK for Usergrid",
"devDependencies": {
"chance": "^0.8.0",
"mocha": "latest",
"should": "latest"
},
"repository": {
"type": "git",
"url": "git://github.com/brandonscript/usergrid-nodejs.git"
},
"keywords": [],
"license": "Apache 2.0",
"main": "usergrid.js",
"name": "usergrid",
"private": false,
"scripts": {
"start": "node usergrid.js",
"test": "mocha tests"
},
"version": "2.0.0-rc.2"
}