teapot-server
Version:
An Express.js Web server that handles teapot requests according to RFC 2324.
61 lines (60 loc) • 1.39 kB
JSON
{
"name": "teapot-server",
"version": "1.1.2",
"description": "An Express.js Web server that handles teapot requests according to RFC 2324.",
"main": "app.js",
"homepage": "https://github.com/tom-weatherhead/teapot-server#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/tom-weatherhead/teapot-server.git"
},
"bugs": {
"url": "https://github.com/tom-weatherhead/teapot-server/issues"
},
"scripts": {
"lint": "grunt eslint",
"mocha": "grunt mochaTest",
"nsp": "grunt nsp",
"start": "nodemon server.js",
"test": "grunt test",
"watch": "grunt watch"
},
"dependencies": {
"express": "^4.15.4",
"nodemon": "^1.11.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.0",
"chai": "^4.1.1",
"chai-http": "^3.0.0",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^20.0.0",
"grunt-mocha-test": "^0.13.2",
"grunt-nsp": "^2.3.1",
"mocha": "^3.5.0"
},
"engineStrict": true,
"engines": {
"node": ">=8.0.0"
},
"keywords": [
"chai",
"eslint",
"express",
"grunt",
"jquery",
"mocha",
"node",
"nsp",
"rfc 2324",
"teapot"
],
"license": "MIT",
"author": {
"name": "Tom Weatherhead",
"url": "https://github.com/tom-weatherhead"
}
}