forked from bminer/node-twilio-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 772 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 772 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
{
"author": "Blake Miner <miner.blake@gmail.com> (http://www.blakeminer.com/)",
"name": "twilio-api",
"description": "Add voice and SMS messaging capabilities to your Node.JS applications with node-twilio-api - a high-level Twilio helper library to make Twilio API requests, handle incoming requests, and generate TwiML",
"version": "0.3.11",
"homepage": "https://github.com/bminer/node-twilio-api/",
"repository": {
"type": "git",
"url": "git://github.com/bminer/node-twilio-api.git"
},
"main": "./lib",
"scripts": {
"test": "NODE_ENV=development nodeunit ./test"
},
"engines": {
"node": ">=0.4"
},
"dependencies": {},
"devDependencies": {
"nodeunit": ">=0.6.4"
},
"optionalDependencies": {
"express": ">=3.0"
}
}