Yang Guo | 4fd355c | 2019-09-19 08:59:03 | [diff] [blame] | 1 | { |
Yang Guo | 4fd355c | 2019-09-19 08:59:03 | [diff] [blame] | 2 | "author": { |
Paul Lewis | 4df552c | 2019-10-24 14:32:32 | [diff] [blame^] | 3 | "email": "[email protected]", |
| 4 | "name": "Niklas von Hertzen", |
Yang Guo | 4fd355c | 2019-09-19 08:59:03 | [diff] [blame] | 5 | "url": "http://hertzen.com" |
Paul Lewis | 4df552c | 2019-10-24 14:32:32 | [diff] [blame^] | 6 | }, |
Yang Guo | 4fd355c | 2019-09-19 08:59:03 | [diff] [blame] | 7 | "bugs": { |
| 8 | "url": "https://github.com/niklasvh/base64-arraybuffer/issues" |
Paul Lewis | 4df552c | 2019-10-24 14:32:32 | [diff] [blame^] | 9 | }, |
| 10 | "bundleDependencies": false, |
| 11 | "deprecated": false, |
| 12 | "description": "Encode/decode base64 data into ArrayBuffers", |
Yang Guo | 4fd355c | 2019-09-19 08:59:03 | [diff] [blame] | 13 | "devDependencies": { |
Paul Lewis | 4df552c | 2019-10-24 14:32:32 | [diff] [blame^] | 14 | "grunt": "^0.4.5", |
| 15 | "grunt-cli": "^0.1.13", |
| 16 | "grunt-contrib-jshint": "^0.11.2", |
| 17 | "grunt-contrib-nodeunit": "^0.4.1", |
Yang Guo | 4fd355c | 2019-09-19 08:59:03 | [diff] [blame] | 18 | "grunt-contrib-watch": "^0.6.1" |
Paul Lewis | 4df552c | 2019-10-24 14:32:32 | [diff] [blame^] | 19 | }, |
Yang Guo | 4fd355c | 2019-09-19 08:59:03 | [diff] [blame] | 20 | "engines": { |
| 21 | "node": ">= 0.6.0" |
Paul Lewis | 4df552c | 2019-10-24 14:32:32 | [diff] [blame^] | 22 | }, |
| 23 | "homepage": "https://github.com/niklasvh/base64-arraybuffer", |
| 24 | "keywords": [], |
Yang Guo | 4fd355c | 2019-09-19 08:59:03 | [diff] [blame] | 25 | "licenses": [ |
| 26 | { |
Paul Lewis | 4df552c | 2019-10-24 14:32:32 | [diff] [blame^] | 27 | "type": "MIT", |
Yang Guo | 4fd355c | 2019-09-19 08:59:03 | [diff] [blame] | 28 | "url": "https://github.com/niklasvh/base64-arraybuffer/blob/master/LICENSE-MIT" |
| 29 | } |
Paul Lewis | 4df552c | 2019-10-24 14:32:32 | [diff] [blame^] | 30 | ], |
| 31 | "main": "lib/base64-arraybuffer", |
| 32 | "name": "base64-arraybuffer", |
Yang Guo | 4fd355c | 2019-09-19 08:59:03 | [diff] [blame] | 33 | "repository": { |
Paul Lewis | 4df552c | 2019-10-24 14:32:32 | [diff] [blame^] | 34 | "type": "git", |
Yang Guo | 4fd355c | 2019-09-19 08:59:03 | [diff] [blame] | 35 | "url": "git+https://github.com/niklasvh/base64-arraybuffer.git" |
Paul Lewis | 4df552c | 2019-10-24 14:32:32 | [diff] [blame^] | 36 | }, |
Yang Guo | 4fd355c | 2019-09-19 08:59:03 | [diff] [blame] | 37 | "scripts": { |
| 38 | "test": "grunt nodeunit" |
Paul Lewis | 4df552c | 2019-10-24 14:32:32 | [diff] [blame^] | 39 | }, |
Yang Guo | 4fd355c | 2019-09-19 08:59:03 | [diff] [blame] | 40 | "version": "0.1.5" |
Paul Lewis | 4df552c | 2019-10-24 14:32:32 | [diff] [blame^] | 41 | } |