-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
42 lines (42 loc) · 1.08 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
{
"name": "isomorphic-base64",
"version": "1.0.2",
"description": "atob and btoa for browsers or node",
"main": "index.js",
"browser": "browser.js",
"devDependencies": {
"chai": "^2.3.0",
"grunt": "^0.4.5",
"grunt-karma": "^0.10.1",
"grunt-mocha-test": "^0.12.7",
"karma": "^0.12.32",
"karma-browserify": "^4.2.1",
"karma-chrome-launcher": "^0.1.12",
"karma-firefox-launcher": "^0.1.6",
"karma-mocha": "^0.1.10",
"karma-opera-launcher": "^0.1.0",
"karma-safari-launcher": "^0.1.1",
"mocha": "^2.2.5",
"rewireify": "^0.2.0",
"through": "^2.3.7"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ksheedlo/isomorphic-base64.git"
},
"keywords": [
"isomorphic",
"base64",
"browserify",
"ascii"
],
"author": "Ken Sheedlo <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ksheedlo/isomorphic-base64/issues"
},
"homepage": "https://github.com/ksheedlo/isomorphic-base64"
}