-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 974 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 974 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
39
40
41
42
43
{
"name": "xinara-cli",
"version": "0.1.0",
"description": "xinera is not another recursive acronym - console client",
"main": "Gruntfile.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/xinara/xinara-cli.git"
},
"keywords": [
"secure",
"privacy",
"lta",
"xinara",
"anonymous"
],
"author": "Nan",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/xinara/xinara-cli/issues"
},
"homepage": "https://github.com/xinara/xinara-cli",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.2",
"grunt-simple-mocha": "^0.4.0",
"jshint-stylish": "^1.0.1"
},
"dependencies": {
"async": "^0.9.0",
"cli-table": "^0.3.1",
"commander": "^2.8.0",
"openpgp": "^1.0.1",
"request": "^2.55.0",
"socket.io-client": "^1.3.5",
"sqlite3": "^3.0.5",
"underscore": "^1.8.3",
"winston": "^1.0.0"
}
}