-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 807 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
{
"name": "picturecipher",
"version": "0.1.0",
"bin": {
"encrypt": "./bin/encrypt",
"decrypt": "./bin/decrypt"
},
"preferGlobal": true,
"description": "picturecipher",
"main": "index.js",
"dependencies": {
"charm": "^1.0.2",
"colors": "^1.1.2",
"commander": "^2.9.0",
"pngjs": "^3.0.1",
"seededshuffle": "^0.1.1",
"seedrandom": "^2.4.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/keitharm/Picturecipher-3.0.git"
},
"author": "Keith Armstrong",
"license": "ISC",
"bugs": {
"url": "https://github.com/keitharm/Picturecipher-3.0/issues"
},
"homepage": "https://github.com/keitharm/Picturecipher-3.0#readme"
}