-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
44 lines (44 loc) · 1.05 KB
/
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
43
44
{
"name": "textmagic-rest-client",
"version": "1.0.11",
"description": "A Textmagic REST client",
"author": "Mikhail Kuzin <[email protected]>",
"contributors": [
{
"name": "Mikhail Kuzin",
"email": "[email protected]"
}
],
"scripts": {
"test": "mocha",
"lists": "node examples/run.js lists <USERNAME> <API_KEY>"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/textmagic/textmagic-rest-nodejs.git"
},
"bugs": {
"url": "https://github.com/textmagic/textmagic-rest-nodejs/issues"
},
"engines": [
"node >= 0.10.0"
],
"keywords": [
"textmagic",
"sms",
"texting",
"messages",
"mobile",
"rest"
],
"dependencies": {
"lodash": "^4.17.5"
},
"devDependencies": {
"nock": "^2.2.0",
"mocha": "^2.2.5"
},
"license": "MIT",
"homepage": "https://github.com/textmagic/textmagic-rest-nodejs#readme"
}