-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 964 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
34
35
36
37
38
{
"name": "@ronncc/onetab-syncer",
"version": "0.1.3",
"description": "upload/download OneTab data to Gist",
"main": "index.js",
"bin": {
"onetab-syncer": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel -d lib -s true src/"
},
"author": "ronncc",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/RONNCC/onetab-sync.git"
},
"dependencies": {
"babel-runtime": "^6.26.0",
"commander": "^6.2.0",
"gists": "^1.0.0",
"inquirer": "^7.3.3",
"leveldown": "^5.6.0",
"levelup": "^4.4.0",
"node-notifier": "^8.0.0",
"sqlite3": "^5.0.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0"
},
"bugs": {
"url": "https://github.com/RONNCC/onetab-sync/issues"
},
"homepage": "https://github.com/RONNCC/onetab-sync#readme"
}