-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 996 Bytes
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 996 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "node-clickatell",
"version": "v0.0.5",
"description": "Clickatell API client library for nodejs",
"homepage": "https://github.com/Manyroots/node-clickatell.git",
"author": {
"name": "ManyRoots",
"email": "info@manyroots.es",
"url": "http://www.manyroots.es"
},
"repository": {
"type": "git",
"url": "https://github.com/Manyroots/node-clickatell"
},
"license": "MIT",
"keywords": [
"node-clickatell",
"clickatell",
"sms",
"api",
"client"
],
"dependencies": {
"request": "^2.51.0"
},
"devDependencies": {
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-cli": "^1.11.0",
"jshint-stylish": "^1.0.0",
"load-grunt-tasks": "^1.0.0",
"should": "^4.6.1",
"time-grunt": "^1.0.0"
},
"engines": [
"node >=0.6.0"
],
"scripts": {
"test": "grunt"
},
"main": "./lib/clickatell"
}