summaryrefslogtreecommitdiff
path: root/package.json
blob: f1d5b706bf07d187eab09add57d56b8c5a96aac2 (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
{
  "name": "south-african-id-parser",
  "version": "0.0.1",
  "description": "A library for parsing and validating South African ID Numbers.",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "keywords": [
    "South Africa",
    "ID Number"
  ],
  "author": {
    "name": "Justin Worthe",
    "email" : "justin.worthe@gmail.com",
    "url" : "http://worthe-it.co.za"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/JWorthe/south-african-id-parser.git"
  },
  "license": "ISC",
  "devDependencies": {
    "chai": "^3.4.1",
    "mocha": "^2.3.4"
  }
}