-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 975 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "express-respondto",
"version": "0.2.0",
"description": "An NPM module for Express to add basic functionality similar to the responds_to method in Ruby on Rails",
"main": "index.js",
"scripts": {
"test": "mocha --compilers coffee:coffee-script/register"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/willsteinmetz/express-respondsto.git"
},
"keywords": [
"node",
"express",
"middleware",
"routing"
],
"author": "Will Steinmetz <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/willsteinmetz/express-respondsto/issues"
},
"homepage": "https://github.com/willsteinmetz/express-respondsto#readme",
"devDependencies": {
"chai": "^3.5.0",
"coffee-script": "^1.10.0",
"grunt": "^0.4.5",
"grunt-contrib-coffee": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-simple-mocha": "^0.4.1",
"mocha": "^2.4.5"
}
}