-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 718 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 718 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": "postal.standardization",
"description": "Address standardization, matching, and verification.",
"version": "0.1.0",
"private": true,
"author": {
"name": "Michael Pelikan",
"email": "mpelikan@caveance.com"
},
"copyright": {
"start": 2015
},
"contributors": [
{
"name": "Michael Pelikan",
"email": "mpelikan@caveance.com"
}
],
"scripts": {
"test": "grunt test",
"watch": "grunt watch",
"deploy": "grunt deploy"
},
"engines": {
"node": "~0.10",
"npm": "~1.4.4"
},
"devDependencies": {
"grunt": "~0.4",
"grunt-cli": "~0.1",
"grunt-contrib-jshint": "~0.10",
"grunt-contrib-watch": "~0.6",
"grunt-mocha-test": "~0.12",
"mocha": "~1.21",
"should": "~7.0"
}
}