UNPKG

1.13 kBJSONView Raw
1{
2 "name": "express-jefferson",
3 "version": "1.1.1",
4 "description": "Declarative Application Routing",
5 "main": "jefferson.js",
6 "scripts": {
7 "test": "gulp ci-build"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/atsid/express-jefferson.git"
12 },
13 "keywords": [
14 "express",
15 "node"
16 ],
17 "author": "ATS",
18 "contributors": [
19 "Nathan Evans <nathan.evans@atsid.com>",
20 "Chris Trevino <chris.trevino@atsid.com>"
21 ],
22 "license": "Apache",
23 "bugs": {
24 "url": "https://github.com/atsid/express-jefferson/issues"
25 },
26 "devDependencies": {
27 "babel": "^4.7.1",
28 "chai": "^2.1.1",
29 "del": "^1.1.1",
30 "express": "^4.12.2",
31 "gulp": "^3.8.11",
32 "gulp-babel": "^4.0.0",
33 "gulp-changed": "^1.1.1",
34 "gulp-cli": "^0.1.5",
35 "gulp-coveralls": "^0.1.3",
36 "gulp-istanbul": "^0.6.0",
37 "gulp-jscs": "^1.4.0",
38 "gulp-jshint": "^1.9.2",
39 "gulp-mocha": "^2.0.0",
40 "isparta": "^2.2.0",
41 "run-sequence": "^1.0.2",
42 "supertest": "^0.15.0"
43 },
44 "homepage": "https://github.com/atsid/express-jefferson",
45 "dependencies": {
46 "debug": "^2.1.2"
47 }
48}