-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
61 lines (61 loc) · 1.61 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "db-migrate-couchbase",
"version": "0.2.4",
"description": "db-migrate plugin for couchbase",
"main": "./dist/index.js",
"scripts": {
"compile": "gulp compile",
"test": "gulp test",
"prepublish": "gulp compile",
"2npm": "publish"
},
"repository": {
"type": "git",
"url": "https://github.com/etops/db-migrate-couchbase.git"
},
"files": [
"dist/"
],
"author": "David Allen <[email protected]>",
"license": "MIT",
"dependencies": {
"bluebird": "^3.4.1",
"bunyan": "^1.8.1",
"bunyan-prettystream": "^0.1.3",
"db-migrate-base": "^1.2.7",
"deasync": "^0.1.7",
"lodash": "^4.13.1",
"moment": "^2.13.0",
"publish": "^0.6.0",
"randomstring": "^1.1.5",
"uuid": "^2.0.2"
},
"optionalDependencies": {
"couchbase": "2.4.0",
"ottoman": "git+https://github.com/etops/node-ottoman.git#10eecc5b3dec39b0fbc8d1194ee5f5a8ff8753f1"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.9.0",
"babel-core": "^6.9.0",
"babel-istanbul": "^0.8.0",
"babel-preset-es2015": "^6.9.0",
"chai": "^3.5.0",
"eslint": "^2.10.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-babel-istanbul": "^1.3.1",
"gulp-eslint": "^2.0.0",
"gulp-inject-modules": "^1.0.0",
"gulp-istanbul": "^0.10.4",
"gulp-mocha": "^2.2.0",
"mocha": "^2.5.3",
"mocha-circleci-reporter": "0.0.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.8.1",
"eslint-plugin-jsx-a11y": "^1.2.2",
"eslint-plugin-react": "^5.1.1",
"gulp-clean": "^0.3.2",
"gulp-sourcemaps": "^2.0.0-alpha"
}
}