65 строки
1.9 KiB
JSON
65 строки
1.9 KiB
JSON
{
|
|
"name": "janus",
|
|
"version": "0.7.0",
|
|
"description": "Secure SPDY Proxy.",
|
|
"main": "./lib/index.js",
|
|
"scripts": {
|
|
"pretest": "jscs lib test/tests/ && jshint lib test/tests/",
|
|
"test": "NODE_ENV=test NODE_CONFIG_DIR=./config/test mocha -R spec -u exports ${MOCHA_ARGS} test/tests/",
|
|
"start": "node lib/index.js",
|
|
"coverage": "NODE_ENV=test NODE_CONFIG_DIR=./config/test istanbul cover _mocha -- -R spec -u exports ${MOCHA_ARGS} test/tests/",
|
|
"marionette": "NODE_ENV=test NODE_CONFIG_DIR=./config/test mocha -R spec -u exports ${MOCHA_ARGS} test/perfomance/marionette.js",
|
|
"networksimulation": "NODE_ENV=test NODE_CONFIG_DIR=./config/test node test/helper/networksimulator.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mozilla/node-janus"
|
|
},
|
|
"keywords": [
|
|
"spdy",
|
|
"proxy"
|
|
],
|
|
"author": "Eugen Sawin <esawin@mozilla.com>",
|
|
"contributors": [
|
|
"Sylvain Cleymans <sylvain.cleymans@gmail.com>",
|
|
"James Willcox <jwillcox@mozilla.com>"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cheerio": "^0.17.0",
|
|
"config": "^0.4.36",
|
|
"hiredis": "^0.1.17",
|
|
"iconv": "^2.1.4",
|
|
"imagetype": "^0.3.0",
|
|
"janus-image-worker": "git+https://github.com/mozilla/janus-image-worker.git",
|
|
"js-yaml": "^3.0.2",
|
|
"lzma-native": "^0.1.2",
|
|
"marionette-client": "^1.1.8",
|
|
"memory-cache": "0.0.5",
|
|
"memwatch": "^0.2.2",
|
|
"node-statsd": "0.0.7",
|
|
"png": "~3.0.3",
|
|
"redis": "^0.10.3",
|
|
"spdy": "^1.27.0",
|
|
"sprintf-js": "0.0.7",
|
|
"statsd": "^0.7.1",
|
|
"statsd-console-backend": ">=0.1.0",
|
|
"temp": "^0.7.0",
|
|
"winston": "^0.7.3"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^1.9.1",
|
|
"colors": "^0.6.2",
|
|
"http-server": "^0.6.1",
|
|
"istanbul": "^0.3.0",
|
|
"jscs": "1.4.x",
|
|
"jshint": "^2.5.1",
|
|
"mocha": "^1.20.1",
|
|
"mozilla-profile-builder": "^0.4.0",
|
|
"phantom": "^0.6.3",
|
|
"read": "^1.0.5",
|
|
"rewire": "^2.0.1",
|
|
"sleep": "^1.1.8"
|
|
}
|
|
}
|