-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
37 lines (37 loc) · 935 Bytes
/
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
{
"name": "accept-language",
"version": "3.0.20",
"description": "Accept-Language parser for nodejs",
"main": "Build/Source/AcceptLanguage.js",
"scripts": {
"build": "tsc",
"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 <[email protected]>",
"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": "^10.7.3",
"source-map-support": "^0.4.18"
},
"dependencies": {
"bcp47": "^1.1.2"
}
}