-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·37 lines (37 loc) · 898 Bytes
/
package.json
File metadata and controls
executable file
·37 lines (37 loc) · 898 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
{
"name": "addresscompiler",
"version": "1.1.0",
"homepage": "https://github.com/closeio/addresscompiler",
"description": "Compile rfc2822 address fields",
"author": "Phil Freo <phil@philfreo.com> (http://philfreo.com/)",
"keywords": [
"RFC5322",
"RFC822",
"RFC2822",
"address",
"compiler",
"email"
],
"license": "MIT",
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "git://github.com/closeio/addresscompiler.git"
},
"main": "src/addresscompiler",
"types": "src/addresscompiler.d.ts",
"dependencies": {},
"devDependencies": {
"chai": "~1.8.1",
"grunt": "~0.4.1",
"grunt-mocha-phantomjs": "~0.4.0",
"grunt-contrib-connect": "~0.6.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-mocha-test": "~0.8.1",
"mocha": "~1.16.2",
"phantomjs": "~1.9.7-1",
"requirejs": "~2.1.10"
}
}