UNPKG

642 BJSONView Raw
1{
2 "name": "@notadd/addon-sms",
3 "version": "2.2.2",
4 "description": "Package SMS for Notadd.",
5 "main": "index.js",
6 "repository": {
7 "type": "git",
8 "url": "git+https://github.com/notadd/ts-addon-sms.git"
9 },
10 "keywords": [
11 "Notadd",
12 "Storage",
13 "Browser"
14 ],
15 "author": "notadd",
16 "license": "Apache-2.0",
17 "dependencies": {
18 "chance": "^1.0.16",
19 "moment": "^2.22.1",
20 "request": "^2.87.0"
21 },
22 "bugs": {
23 "url": "https://github.com/notadd/ts-addon-sms/issues"
24 },
25 "homepage": "https://github.com/notadd/ts-addon-sms#readme"
26}