forked from twilio/twilio-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 885 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
{
"name": "twilio",
"description": "A Twilio helper library",
"version": "2.11.1",
"author": "Kevin Whinnery <[email protected]>",
"contributors": [
{
"name": "twilio-node contributors",
"url": "https://github.com/twilio/twilio-node/graphs/contributors"
}
],
"repository": {
"type": "git",
"url": "https://github.com/twilio/twilio-node.git"
},
"files": [
"lib",
"index.js"
],
"dependencies": {
"deprecate": "^0.1.0",
"jsonwebtoken": "5.4.x",
"q": "0.9.7",
"request": "2.74.x",
"scmp": "0.0.3",
"string.prototype.startswith": "^0.2.0",
"underscore": "1.x"
},
"devDependencies": {
"express": "3.x",
"jasmine-node": "2.0.0"
},
"scripts": {
"test": "jasmine-node --captureExceptions spec"
},
"main": "./lib",
"engines": {
"node": ">=0.8.0"
},
"license": "MIT"
}