37 lines
938 B
JSON
37 lines
938 B
JSON
{
|
|
"name": "accept-language",
|
|
"version": "3.0.18",
|
|
"description": "Accept-Language parser for nodejs",
|
|
"main": "Build/Source/AcceptLanguage.js",
|
|
"scripts": {
|
|
"test": "node node_modules/mocha/bin/mocha Build/Tests/Test.js"
|
|
},
|
|
"types": "Library/Typings.d.ts",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/tinganho/node-accept-language.git"
|
|
},
|
|
"keywords": [
|
|
"accept-language",
|
|
"i18n",
|
|
"http"
|
|
],
|
|
"author": "Tingan Ho <tingan87@gmail.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/tinganho/node-accept-language/issues"
|
|
},
|
|
"homepage": "https://github.com/tinganho/node-accept-language",
|
|
"devDependencies": {
|
|
"@types/chai": "^3.4.32",
|
|
"@types/mocha": "^2.2.31",
|
|
"@types/node": "^8.0.31",
|
|
"chai": "~1.9.1",
|
|
"mocha": "^2.2.5",
|
|
"source-map-support": "^0.4.18"
|
|
},
|
|
"dependencies": {
|
|
"bcp47": "^1.1.2",
|
|
"stable": "^0.1.6"
|
|
}
|
|
}
|