forked from marchah/sea-ports
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 851 Bytes
/
package.json
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
38
39
40
{
"name": "sea-ports",
"version": "0.0.7",
"main": "./index.js",
"description": "Sea Ports JSON Data",
"scripts": {
"test": "NODE_ENV=test NODE_PATH=./test node ./node_modules/mocha/bin/mocha --harmony "
},
"keywords": [
"cbp",
"sea",
"port",
"seaport",
"code",
"unloc",
"json"
],
"author": "marchah <[email protected]>",
"dependencies": {},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^2.5.3",
"lodash": "^4.9.0",
"mocha": "^2.4.5",
"rewire": "^2.5.1"
},
"engines": {
"node": ">=4.1.0",
"iojs": ">= 2.4.0"
},
"repository": {
"type": "git",
"url": "git://github.com/marchah/sea-ports.git"
},
"bugs": {
"url": "https://github.com/marchah/sea-ports/issues"
},
"homepage": "https://github.com/marchah/sea-ports",
"license": "MIT"
}