-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.14 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.14 KB
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
{
"name": "caesar-cipher",
"version": "0.1.0",
"description": "Useless but fun. A quick implementation of the Caesar Cipher.",
"main": "index.js",
"scripts": {
"test": "node test"
},
"repository": {
"type": "git",
"url": "http://github.com/brianleroux/caesar-cipher"
},
"keywords": [
"cipher",
"caesar"
],
"author": {
"name": "Brian LeRoux"
},
"license": "Apache2",
"bugs": {
"url": "https://github.com/brianleroux/caesar-cipher/issues"
},
"readme": "ERROR: No README data found!",
"_id": "caesar-cipher@0.1.0",
"dist": {
"shasum": "ccef1c66055eed3b3801831ece61df2902ff8011",
"tarball": "http://registry.npmjs.org/caesar-cipher/-/caesar-cipher-0.1.0.tgz"
},
"_from": "caesar-cipher@0.1.0",
"_npmVersion": "1.2.25",
"_npmUser": {
"name": "brianleroux",
"email": "b@brian.io"
},
"maintainers": [
{
"name": "brianleroux",
"email": "b@brian.io"
}
],
"directories": {},
"_shasum": "ccef1c66055eed3b3801831ece61df2902ff8011",
"_resolved": "https://registry.npmjs.org/caesar-cipher/-/caesar-cipher-0.1.0.tgz",
"dependencies": {
"fs": "0.0.2"
}
}