UNPKG

938 BJSONView Raw
1{
2 "name": "accept-language",
3 "version": "3.0.18",
4 "description": "Accept-Language parser for nodejs",
5 "main": "Build/Source/AcceptLanguage.js",
6 "scripts": {
7 "test": "node node_modules/mocha/bin/mocha Build/Tests/Test.js"
8 },
9 "types": "Library/Typings.d.ts",
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/tinganho/node-accept-language.git"
13 },
14 "keywords": [
15 "accept-language",
16 "i18n",
17 "http"
18 ],
19 "author": "Tingan Ho <tingan87@gmail.com>",
20 "license": "MIT",
21 "bugs": {
22 "url": "https://github.com/tinganho/node-accept-language/issues"
23 },
24 "homepage": "https://github.com/tinganho/node-accept-language",
25 "devDependencies": {
26 "@types/chai": "^3.4.32",
27 "@types/mocha": "^2.2.31",
28 "@types/node": "^8.0.31",
29 "chai": "~1.9.1",
30 "mocha": "^2.2.5",
31 "source-map-support": "^0.4.18"
32 },
33 "dependencies": {
34 "bcp47": "^1.1.2",
35 "stable": "^0.1.6"
36 }
37}