source: imaps-frontend/node_modules/json-buffer/package.json

main
Last change on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

Update repo after prototype presentation

  • Property mode set to 100644
File size: 878 bytes
RevLine 
[d565449]1{
2 "name": "json-buffer",
3 "description": "JSON parse & stringify that supports binary via bops & base64",
4 "version": "3.0.1",
5 "homepage": "https://github.com/dominictarr/json-buffer",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/dominictarr/json-buffer.git"
9 },
10 "devDependencies": {
11 "tape": "^4.6.3"
12 },
13 "scripts": {
14 "test": "set -e; for t in test/*.js; do node $t; done"
15 },
16 "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)",
17 "license": "MIT",
18 "testling": {
19 "files": "test/*.js",
20 "browsers": [
21 "ie/8..latest",
22 "firefox/17..latest",
23 "firefox/nightly",
24 "chrome/22..latest",
25 "chrome/canary",
26 "opera/12..latest",
27 "opera/next",
28 "safari/5.1..latest",
29 "ipad/6.0..latest",
30 "iphone/6.0..latest",
31 "android-browser/4.2..latest"
32 ]
33 }
34}
Note: See TracBrowser for help on using the repository browser.