-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.19 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
43
44
45
46
47
48
49
50
51
52
53
{
"name": "telepathy",
"description": "A telepathic password manager",
"version": "0.4.3",
"homepage": "https://github.com/chameleoid/telepathy",
"repository": {
"type": "git",
"url": "git://github.com/chameleoid/telepathy.git"
},
"bugs": {
"url": "https://github.com/chameleoid/telepathy/issues"
},
"licenses": [
{
"type": "MPL",
"url": "https://github.com/chameleoid/telepathy/blob/master/license.md"
}
],
"main": "lib/telepathy",
"bin": "bin/telepathy",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "gulp test",
"coveralls": "gulp coveralls"
},
"dependencies": {
"bigdecimal": "*",
"clipboardy": "^1.1.4",
"crypto-js": "*",
"optimist": "*"
},
"devDependencies": {
"eslint-config-airbnb-base": "^12.0.2",
"eslint-plugin-import": "^2.7.0",
"gulp": "^3.9.1",
"gulp-cached": "^1.1.1",
"gulp-coveralls": "^0.1.4",
"gulp-eslint": "^4.0.0",
"gulp-istanbul": "^1.1.2",
"gulp-load-plugins": "^1.5.0",
"gulp-mocha": "^3.0.1",
"gulp-remember": "^0.3.1",
"mocha": "^4.0.1",
"should": "^13.1.2"
},
"keywords": [
"telepathic",
"password",
"manager"
]
}