This repository has been archived by the owner on Dec 14, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
94 lines (94 loc) · 2.33 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "passcards",
"description": "A 1Password-compatible password manager",
"version": "0.7.0",
"devDependencies": {
"@types/chrome": "0.0.29",
"@types/clone": "^0.1.29",
"@types/colors": "^1.0.0",
"@types/jsdom": "11.0.4",
"@types/mkdirp": "^0.3.28",
"@types/node": "^4.0.30",
"@types/promptly": "^1.1.27",
"@types/proxyquire": "^1.3.26",
"@types/react": "^16.3.18",
"@types/react-dom": "^16.0.0",
"@types/react-transition-group": "^1.0.0",
"@types/underscore": "^1.7.27",
"@types/urijs": "^1.15.26",
"@types/urlrouter": "0.0.27",
"@types/uuid": "^3.0.0",
"autoprefixer": "^3.1.0",
"babel-minify": "^0.2.0",
"browserify": "^13.1.0",
"check-dependencies": "^1.0.1",
"chrome-webstore-upload-cli": "^1.1.1",
"colors": "^1.1.2",
"commander": "^2.8.1",
"envify": "^4.0.0",
"fake-indexeddb": "^1.0.3",
"findit": "^2.0.0",
"fs-extra": "^0.21.0",
"glob": "^7.1.1",
"jsdom": "^11.3.0",
"module-deps": "^3.5.6",
"mustache": "^2.3.0",
"node-glob": "^1.2.0",
"orchestrator": "^0.3.7",
"prettier": "^1.8.2",
"proxyquire": "^1.7.2",
"qunitjs": "^1.19.0",
"s3": "^4.4.0",
"semver": "^4.3.6",
"sort-stream": "^1.0.1",
"through2": "^0.6.3",
"tslint": "^5.8.0",
"typescript": "^2.6.1",
"web-ext": "^1.6.0",
"xdiff": "^0.2.11"
},
"dependencies": {
"adiff": "^0.2.13",
"argparse": "^0.1.16",
"clone": "^0.1.19",
"crypto-js": "^3.1.2",
"dropbox": "^2.3.0",
"mkdirp": ">=0.4.0",
"promptly": "^0.2.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-transition-group": "1.x",
"shallow-equals": "0.0.0",
"sprintf": "^0.1.5",
"ts-style": "^0.7.1",
"underscore": "^1.8.2",
"urijs": "^1.14.2",
"urlrouter": ">=0.5.4",
"uuid": "^3.1.0"
},
"license": "BSD-3-Clause",
"main": "build/cli.js",
"scripts": {
"prepublish": "make all",
"test": "make test"
},
"bin": {
"passcards": "./passcards"
},
"repository": {
"type": "git",
"url": "http://github.com/robertknight/passcards.git"
},
"homepage": "http://github.com/robertknight/passcards",
"author": {
"name": "Robert Knight",
"email": "robertknight@gmail.com"
},
"files": [
"build",
"passcards"
],
"engines": {
"node": ">=0.12"
}
}