|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
915 bytes
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "duplexer",
|
|---|
| 3 | "version": "0.1.2",
|
|---|
| 4 | "description": "Creates a duplex stream",
|
|---|
| 5 | "keywords": [],
|
|---|
| 6 | "author": "Raynos <raynos2@gmail.com>",
|
|---|
| 7 | "repository": "git://github.com/Raynos/duplexer.git",
|
|---|
| 8 | "main": "index",
|
|---|
| 9 | "homepage": "https://github.com/Raynos/duplexer",
|
|---|
| 10 | "contributors": [
|
|---|
| 11 | {
|
|---|
| 12 | "name": "Jake Verbaten"
|
|---|
| 13 | }
|
|---|
| 14 | ],
|
|---|
| 15 | "bugs": {
|
|---|
| 16 | "url": "https://github.com/Raynos/duplexer/issues",
|
|---|
| 17 | "email": "raynos2@gmail.com"
|
|---|
| 18 | },
|
|---|
| 19 | "devDependencies": {
|
|---|
| 20 | "tape": "0.3.3",
|
|---|
| 21 | "through": "~0.1.4"
|
|---|
| 22 | },
|
|---|
| 23 | "license": "MIT",
|
|---|
| 24 | "scripts": {
|
|---|
| 25 | "test": "node test"
|
|---|
| 26 | },
|
|---|
| 27 | "testling": {
|
|---|
| 28 | "files": "test/index.js",
|
|---|
| 29 | "browsers": [
|
|---|
| 30 | "ie/8..latest",
|
|---|
| 31 | "firefox/16..latest",
|
|---|
| 32 | "firefox/nightly",
|
|---|
| 33 | "chrome/22..latest",
|
|---|
| 34 | "chrome/canary",
|
|---|
| 35 | "opera/12..latest",
|
|---|
| 36 | "opera/next",
|
|---|
| 37 | "safari/5.1..latest",
|
|---|
| 38 | "ipad/6.0..latest",
|
|---|
| 39 | "iphone/6.0..latest"
|
|---|
| 40 | ]
|
|---|
| 41 | }
|
|---|
| 42 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.