-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 809 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 809 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
{
"name": "jusibe",
"version": "1.1.0",
"description": "JavaScript client for Jusibe.com SMS API service",
"main": "index.js",
"scripts": {
"test": "istanbul cover _mocha -- -R spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/azemoh/jusibe.git"
},
"keywords": [
"jusibe",
"SMS",
"API"
],
"author": "Joshua Azemoh <joshazemoh@gmail.com> (http://azemoh.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/azemoh/jusibe/issues"
},
"homepage": "https://github.com/azemoh/jusibe#readme",
"dependencies": {
"request": "^2.81.0"
},
"devDependencies": {
"chai": "^4.0.2",
"codeclimate-test-reporter": "^0.5.0",
"istanbul": "^0.4.5",
"mocha": "^3.4.2",
"nock": "^9.0.13",
"vcr": "^0.0.4"
}
}