-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1002 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1002 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
{
"name": "google-export-sms",
"version": "0.2.1",
"description": "Convert a Google Hangouts or Voice backup into an SMS backup file for SMS Backup and Restore.",
"main": "hangouts-to-sms.js",
"dependencies": {
"backbone": "^1.3.3",
"browserify": "^14.4.0",
"moment": "^2.18.1",
"vcard-json": "^0.5.2",
"xmldoc": "^1.1.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-connect": "^1.0.2"
},
"scripts": {
"browserify": "browserify contacts.js --standalone vcardfile -o home/contacts-browserify.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/paulwardrip/hangouts-to-sms.git"
},
"keywords": [
"hangouts",
"sms",
"import",
"export",
"convert",
"backup"
],
"author": "Paul Wardrip <pwardrip@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/paulwardrip/hangouts-to-sms/issues"
},
"homepage": "https://github.com/paulwardrip/hangouts-to-sms#readme"
}