-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
68 lines (68 loc) · 1.64 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "gengojs-accept",
"version": "1.0.0",
"description": "Express, Koa, and Hapi locale parser.",
"main": "index.js",
"dependencies": {
"babel": "^6.0.15",
"babel-polyfill": "^6.0.16",
"cookie": "^0.2.0",
"koa-convert": "^1.1.0",
"lodash": "^3.10.1"
},
"devDependencies": {
"babel-plugin-transform-regenerator": "^6.0.18",
"babel-preset-es2015": "^6.1.2",
"chai": "^3.2.0",
"cookie-parser": "^1.3.4",
"express": "^4.13.3",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.0",
"gulp-changelog": "^1.0.0",
"gulp-gh-pages": "^0.5.2",
"gulp-jsbeautify": "^0.1.1",
"gulp-jshint": "^1.11.2",
"gulp-shell": "^0.5.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-spawn-mocha": "^2.2.1",
"hapi": "^11.1.0",
"jshint-stylish": "^2.0.1",
"koa": "^2.0.0-alpha.3",
"koa-route": "^2.4.0",
"mocha": "^2.3.3",
"mr-doc": "git+https://github.com/mr-doc/mr-doc.git",
"mr-doc-theme-cayman": "git+https://github.com/mr-doc/mr-doc-theme-cayman.git",
"node-version": "^1.0.0",
"rimraf": "^2.4.3",
"semver": "^5.0.1",
"subdomain": "^1.2.0",
"supertest": "^1.0.1"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/gengojs/accept.git"
},
"keywords": [
"locale",
"i18n",
"accept-language",
"header",
"express",
"koa",
"feathers",
"hapi",
"international",
"accept-header",
"subdomain",
"domain"
],
"author": "iwatakeshi",
"license": "MIT",
"bugs": {
"url": "https://github.com/gengojs/accept/issues"
},
"homepage": "https://github.com/gengojs/accept"
}