dh_ackergaul
vor 4 Tagen bb80cdf5a6157ca1f3a276e12e9faae9a4739cb7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "addressparser",
  "version": "0.3.2",
  "description": "Parse e-mail addresses",
  "main": "src/addressparser.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/andris9/addressparser.git"
  },
  "author": "Andris Reinman",
  "license": "MIT",
  "scripts": {
    "test": "grunt"
  },
  "devDependencies": {
    "chai": "^1.10.0",
    "grunt": "^0.4.5",
    "grunt-contrib-jshint": "^0.10.0",
    "grunt-mocha-test": "^0.12.4",
    "mocha": "^2.1.0"
  }
}