1 | {
|
2 | "name": "abab",
|
3 | "version": "2.0.6",
|
4 | "description": "WHATWG spec-compliant implementations of window.atob and window.btoa.",
|
5 | "main": "index.js",
|
6 | "files": [
|
7 | "index.d.ts",
|
8 | "index.js",
|
9 | "lib/"
|
10 | ],
|
11 | "scripts": {
|
12 | "mocha": "mocha test/node",
|
13 | "karma": "karma start",
|
14 | "test": "npm run lint && npm run mocha && npm run karma",
|
15 | "lint": "eslint ."
|
16 | },
|
17 | "repository": {
|
18 | "type": "git",
|
19 | "url": "git+https://github.com/jsdom/abab.git"
|
20 | },
|
21 | "keywords": [
|
22 | "atob",
|
23 | "btoa",
|
24 | "browser"
|
25 | ],
|
26 | "author": "Jeff Carpenter <gcarpenterv@gmail.com>",
|
27 | "license": "BSD-3-Clause",
|
28 | "bugs": {
|
29 | "url": "https://github.com/jsdom/abab/issues"
|
30 | },
|
31 | "homepage": "https://github.com/jsdom/abab#readme",
|
32 | "devDependencies": {
|
33 | "eslint": "^4.19.1",
|
34 | "karma": "^2.0.0",
|
35 | "karma-cli": "^1.0.1",
|
36 | "karma-firefox-launcher": "^1.1.0",
|
37 | "karma-mocha": "^1.3.0",
|
38 | "karma-webpack": "^3.0.0",
|
39 | "mocha": "^5.1.0",
|
40 | "webpack": "^4.5.0"
|
41 | }
|
42 | }
|