summaryrefslogtreecommitdiff
path: root/package.json
blob: 1de433c97a30d9357ec8dee67153e9692c7c5745 (plain)
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
{
  "name": "south-african-id-parser",
  "version": "0.1.0",
  "description": "A library for parsing and validating South African ID Numbers.",
  "main": "south-african-id-parser.js",
  "scripts": {
    "test": "mocha && jshint **/*.js"
  },
  "keywords": [
    "South Africa",
    "ID Number"
  ],
  "author": {
    "name": "Justin Worthe",
    "email" : "justin@worthe-it.co.za",
    "url" : "http://worthe-it.co.za"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/JWorthe/south-african-id-parser.git"
  },
  "homepage": "https://github.com/JWorthe/south-african-id-parser",
  "bugs": {
    "url" : "https://github.com/JWorthe/south-african-id-parser/issues",
    "email" : "justin@worthe-it.co.za"
  },
  "license": "(ISC OR GPL-3.0)",
  "devDependencies": {
    "chai": "^4.0.2",
    "mocha": "^3.4.2",
    "jshint": "^2.9.5"
  }
}