forked from nylas/nylas-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 924 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
{
"name": "nylas",
"version": "2.1.0",
"description": "A NodeJS wrapper for the Nylas REST API for Email, Contacts and Calendar",
"main": "lib/nylas.js",
"scripts": {
"test": "jasmine-node --coffee spec"
},
"keywords": [
"email",
"contacts",
"calendar",
"nilas",
"nylas"
],
"author": "Ben Gotow <ben@nylas.com>, Karim Hamidou <karim@nylas.com> (https://nylas.com/)",
"license": "MIT",
"dependencies": {
"async": "0.9.0",
"backoff": "2.4.1",
"bluebird": "^2.9.13",
"clone": "1.0.1",
"JSONStream": "1.0.4",
"request": "^2.63.0",
"underscore": "^1.7.0"
},
"devDependencies": {
"grunt-jasmine-node": "^0.2.1",
"grunt-jasmine-node-coffee": "^0.1.4",
"jasmine-node": "^1.14.5",
"grunt": "0.4.5",
"grunt-contrib-coffee": "0.13.0"
},
"repository": {
"type": "git",
"url": "https://github.com/nylas/nylas-nodejs.git"
}
}