Projekt

Obecné

Profil

Stáhnout (817 Bajtů) Statistiky
| Větev: | Revize:
1
{
2
  "name": "base64-js",
3
  "description": "Base64 encoding/decoding in pure JS",
4
  "version": "1.3.1",
5
  "author": "T. Jameson Little <t.jameson.little@gmail.com>",
6
  "bugs": {
7
    "url": "https://github.com/beatgammit/base64-js/issues"
8
  },
9
  "devDependencies": {
10
    "benchmark": "^2.1.4",
11
    "browserify": "^16.3.0",
12
    "standard": "*",
13
    "tape": "4.x",
14
    "uglify-js": "^3.6.0"
15
  },
16
  "homepage": "https://github.com/beatgammit/base64-js",
17
  "keywords": [
18
    "base64"
19
  ],
20
  "license": "MIT",
21
  "main": "index.js",
22
  "repository": {
23
    "type": "git",
24
    "url": "git://github.com/beatgammit/base64-js.git"
25
  },
26
  "scripts": {
27
    "build": "browserify -s base64js -r ./ | uglifyjs -m > base64js.min.js",
28
    "lint": "standard",
29
    "test": "npm run lint && npm run unit",
30
    "unit": "tape test/*.js"
31
  }
32
}
(5-5/5)