-
-
Notifications
You must be signed in to change notification settings - Fork 216
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 624 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 624 Bytes
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
{
"name": "Base64",
"version": "1.3.0",
"description": "Base64 encoding and decoding",
"author": "David Chambers <dc@davidchambers.me>",
"main": "./base64.js",
"license": "(Apache-2.0 OR WTFPL)",
"repository": {
"type": "git",
"url": "git://github.com/davidchambers/Base64.js.git"
},
"devDependencies": {
"eslint": "8.34.x",
"istanbul": "0.4.x",
"mocha": "5.2.x",
"sanctuary-style": "6.0.x",
"uglify-js": "3.5.x",
"xyz": "4.0.x"
},
"scripts": {
"test": "make lint test"
},
"files": [
"/LICENSE",
"/README.md",
"/base64.js",
"/package.json"
]
}