-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.02 KB
/
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
41
42
{
"name": "taggable-master-hotel-mapping-script",
"version": "2.0.0",
"description": "script used to extract & load the hotel data into taggable system",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/numo-labs/taggable-master-hotel-mapping-script.git"
},
"keywords": [
"extract",
"hotel",
"mapping",
"data"
],
"author": "Jimmy & Friends :-)",
"license": "ISC",
"bugs": {
"url": "https://github.com/numo-labs/taggable-master-hotel-mapping-script/issues"
},
"homepage": "https://github.com/numo-labs/taggable-master-hotel-mapping-script#readme",
"devDependencies": {
"aws-sdk": "^2.3.0",
"lambda-taggable-geonames-indexer": "^1.0.5",
"tag-e-geo": "^1.0.7",
"istanbul": "^0.4.2",
"mocha": "^2.4.5",
"pre-commit": "^1.1.2",
"semistandard": "^7.0.5",
"snazzy": "^3.0.0"
},
"pre-commit": [
"test"
],
"dependencies": {
"neo4j": "2.0.0-RC2",
"tag-e-geo": "^1.4.0"
}
}