-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 761 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 761 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
{
"name": "dlgen",
"version": "1.0.2",
"description": "State ID/Driver license generator",
"main": "built/dlgen.js",
"types": "built/dlgen.d.ts",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/winfinit/dlgen-js.git"
},
"keywords": [
"age",
"age calculator",
"age-calculator",
"calculate age",
"find age"
],
"author": "Roman Jurkov <winfinit@gmail.com>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/winfinit/dlgen-js/issues"
},
"dependencies": {
"soundex": "^0.2.1"
},
"homepage": "https://github.com/winfinit/dlgen-js",
"devDependencies": {
"@types/node": "^6.0.58",
"mocha": "^3.2.0",
"chai": "^3.5.0"
}
}