|
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:
710 bytes
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "http-deceiver",
|
|---|
| 3 | "version": "1.2.7",
|
|---|
| 4 | "description": "Deceive HTTP parser",
|
|---|
| 5 | "main": "lib/deceiver.js",
|
|---|
| 6 | "scripts": {
|
|---|
| 7 | "test": "mocha --reporter=spec test/*-test.js"
|
|---|
| 8 | },
|
|---|
| 9 | "repository": {
|
|---|
| 10 | "type": "git",
|
|---|
| 11 | "url": "git+ssh://git@github.com/indutny/http-deceiver.git"
|
|---|
| 12 | },
|
|---|
| 13 | "keywords": [
|
|---|
| 14 | "http",
|
|---|
| 15 | "net",
|
|---|
| 16 | "deceive"
|
|---|
| 17 | ],
|
|---|
| 18 | "author": "Fedor Indutny <fedor@indutny.com>",
|
|---|
| 19 | "license": "MIT",
|
|---|
| 20 | "bugs": {
|
|---|
| 21 | "url": "https://github.com/indutny/http-deceiver/issues"
|
|---|
| 22 | },
|
|---|
| 23 | "homepage": "https://github.com/indutny/http-deceiver#readme",
|
|---|
| 24 | "devDependencies": {
|
|---|
| 25 | "handle-thing": "^1.0.1",
|
|---|
| 26 | "mocha": "^2.2.5",
|
|---|
| 27 | "readable-stream": "^2.0.1",
|
|---|
| 28 | "stream-pair": "^1.0.0"
|
|---|
| 29 | }
|
|---|
| 30 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.