-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 780 Bytes
/
package.json
File metadata and controls
46 lines (46 loc) · 780 Bytes
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
{
"name": "@dptole/al-api",
"version": "0.4.0",
"description": "Accept-Language extra info API",
"directories": {
"example": "example",
"test": "test"
},
"main": "index.js",
"scripts": {
"test": "mocha -b -t 30000"
},
"keywords": [
"iana",
"http",
"api",
"accept",
"language",
"tag",
"region",
"country"
],
"author": "dptole <danillo.paiva.toledo@gmail.com>",
"license": "MIT",
"engines": {
"node": ">= 8.9.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dptole/al-api.git"
},
"os": [
"darwin",
"linux"
],
"files": [
"data/",
"LICENSE",
"README.md",
"index.js"
],
"devDependencies": {
"mocha": "^4.0.1",
"should": "^13.1.3"
}
}