-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 869 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
{
"name": "es-schema-migration",
"version": "1.0.1",
"description": "Utility for versioned ES mapping migrations",
"main": "es-schama-migration.js",
"dependencies": {
"bluebird": "^3.5.2",
"bluebird-co": "^2.2.0",
"chalk": "^1.1.3",
"co-fs": "^1.2.0",
"colors": "^1.1.2",
"elasticsearch": "^15.2.0",
"yargs": "^7.1.0"
},
"bin": {
"es-schema-migration": "bin/es-schema-migration.js"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/joona/es-schema-migration.git"
},
"author": "Joona Kulmala <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/joona/es-schema-migration/issues"
},
"homepage": "https://github.com/joona/es-schema-migration#readme"
}