-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
45 lines (44 loc) · 997 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
41
42
43
44
45
{
"name": "cassanova-migrate",
"version": "0.1.0",
"description": "Cassandra migration for node.",
"main": "./index",
"bin": {
"cassanova-migrate": "./bin/migrate"
},
"repository": {
"type": "git",
"url": "git+https://github.com/keswanikaran/cassanova-migrate.git"
},
"keywords": [
"cassandra",
"migrations",
"cql",
"migration",
"node"
],
"author": "Karan Keswani <[email protected]> (http://incroud.com/)",
"license": "MIT",
"contributors": [
{
"name": "Karan Keswani",
"email": "[email protected]"
}
],
"bugs": {
"url": "https://github.com/keswanikaran/cassanova-migrate/issues"
},
"homepage": "https://github.com/keswanikaran/cassanova-migrate#readme",
"dependencies": {
"async": "^0.9.0",
"cassanova": "^0.6.5",
"commander": "^2.8.1"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-jshint": "0.10.0"
},
"scripts": {
}
}