-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.08 KB
/
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
39
40
41
42
{
"name": "ssq-desktop",
"description": "Secret Squirrel Desktop",
"version": "0.0.0",
"contributors": [],
"repository": {
"type": "git",
"url": "git://github.com/secret-squirrel/ssq-desktop.git"
},
"license": "MIT",
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"dependencies": {
"array.prototype.find": "^0.1.1",
"fs.extra": "^1.2.1",
"mkdirp": "^0.5.0",
"node-uuid": "^1.4.1",
"openpgp": "git://github.com/mmacaulay/openpgpjs.git#node-webkit",
"q": "~1.0.1",
"sprintf": "^0.1.3",
"ssq-node-client": "git://github.com/secret-squirrel/ssq-node-client.git#packaging",
"ws": "^0.4.31"
},
"devDependencies": {
"chai": "^1.9.1",
"chai-as-promised": "^4.1.1",
"gulp": "^3.7.0",
"gulp-clean": "^0.3.0",
"gulp-jshint": "^1.6.3",
"gulp-mocha": "^0.4.1",
"gulp-preprocess": "^1.0.1",
"gulp-shell": "^0.2.5",
"gulp-stylus": "^1.0.2",
"gulp-util": "^2.2.16",
"jshint-stylish": "^0.2.0",
"merge": "^1.1.3",
"mocha": "^1.20.1",
"node-webkit-builder": "0.0.2",
"rimraf": "^2.2.8"
}
}