-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 926 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
{
"name": "smshelper",
"version": "0.1.1",
"description": "SMS tool that can help you properly count the length of an SMS, calculate the parts and what encoding it is.",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec",
"cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jaygel179/smshelper.js.git"
},
"keywords": [
"sms",
"smshelper",
"sms-helper",
"smscounter",
"sms-counter"
],
"author": "Elpedio C. Adoptante Jr. <adoptante.elpedio@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jaygel179/smshelper.js/issues"
},
"homepage": "https://github.com/jaygel179/smshelper.js#readme",
"devDependencies": {
"chai": "^4.1.2",
"coveralls": "^3.0.2",
"istanbul": "^0.4.5",
"mocha": "^5.2.0"
}
}