47 строки
1.1 KiB
JSON
47 строки
1.1 KiB
JSON
{
|
|
"name": "oav-express",
|
|
"version": "0.1.0",
|
|
"author": {
|
|
"name": "Microsoft Corporation",
|
|
"email": "azsdkteam@microsoft.com",
|
|
"url": "https://github.com/azure/oav-express"
|
|
},
|
|
"description": "Web service for live request validation using oav",
|
|
"homepage": "https://github.com/azure/oav-express",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Azure/oav-express.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Azure/oav-express/issues"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"oav": "^0.3.0",
|
|
"express": "^4.15.2",
|
|
"body-parser": "^1.17.1",
|
|
"cookie-parser": "^1.4.3",
|
|
"multer": "^1.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"jshint": "2.9.4",
|
|
"request": "^2.81.0",
|
|
"mocha": "^3.2.0",
|
|
"should": "5.2.0",
|
|
"gulp": "^3.9.1",
|
|
"colors": "1.1.2",
|
|
"glob": "^7.1.1",
|
|
"yargs": "^7.1.0",
|
|
"@types/mocha": "^2.2.40",
|
|
"@types/should": "^8.1.30"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.1"
|
|
},
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"jshint": "jshint index.js --reporter=jslint",
|
|
"test": "npm -s run-script jshint && mocha -t 50000"
|
|
},
|
|
"main": "./index.js"
|
|
} |