-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.12 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "reverse-route",
"version": "1.3.1",
"description": "ReverseRoute for Express",
"main": "./lib/reverse-route/index.js",
"repository": {
"type": "git",
"url": "https://github.com/longlh/reverse-route"
},
"author": {
"name": "Luc Hoang Long",
"email": "[email protected]"
},
"keywords": [
"route",
"reverse",
"express",
"url",
"node"
],
"license": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"bugs": {
"url": "https://github.com/longlh/reverse-route/issues"
},
"homepage": "https://github.com/longlh/reverse-route",
"scripts": {
"test": "./node_modules/.bin/grunt && \"./node_modules/.bin/mocha\" ./test"
},
"dependencies": {
"lodash": "^4.17.4"
},
"devDependencies": {
"blanket": "1.1.6",
"coveralls": "^2.11.2",
"express": "^4.12.3",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-jscs": "^3.0.1",
"load-grunt-tasks": "^3.1.0",
"mocha": "^3.2.0",
"mocha-lcov-reporter": "1.3.0",
"should": "^11.2.1",
"supertest": "^3.0.0"
}
}