File: /var/dev/farhangmoaser/web/node_modules/express-robots/package.json
{
"name": "express-robots",
"version": "0.1.6",
"description": "Express middleware for generating your robots.txt",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/weo-edu/express-robots"
},
"keywords": [
"express",
"robots",
"robots.txt",
"robots"
],
"author": "ashaffer (http://github.com/ashaffer)",
"license": "MIT",
"bugs": {
"url": "https://github.com/weo-edu/express-robots/issues"
},
"homepage": "https://github.com/weo-edu/express-robots",
"dependencies": {
"as-array": "git://github.com/weo-edu/as-array"
},
"devDependencies": {
"chai": "^2.1.0",
"express": "^4.12.1",
"mocha": "^2.1.0",
"supertest": "^0.15.0"
}
}