-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.17 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.17 KB
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
{
"name": "oakpubsub",
"version": "0.7.0",
"description": "gcloud-node google pubsub functional wrapper using bluebird promises",
"main": "build/oakpubsub.js",
"scripts": {
"test": "mocha --compilers js:babel/register"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Oakleon/oakpubsub.git"
},
"keywords": [
"node",
"promises",
"gcloud",
"google",
"pubsub"
],
"author": "chrishiestand@gmail.com",
"bugs": {
"url": "https://github.com/Oakleon/oakpubsub/issues"
},
"homepage": "https://github.com/Oakleon/oakpubsub#readme",
"license": "MIT",
"dependencies": {
"arrify": "^1.0.1",
"babel-runtime": "^6.6.1",
"bluebird": "^3.3.5",
"gcloud": "^0.34.0",
"ramda": "^0.21.0"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.8.0",
"babel-eslint": "^6.0.4",
"babel-plugin-syntax-async-functions": "^6.8.0",
"babel-plugin-transform-runtime": "^6.8.0",
"babel-preset-es2015-node4": "^2.1.0",
"babel-preset-stage-3": "^6.5.0",
"eslint": "^2.10.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"jsdoc-to-markdown": "^1.3.6",
"mocha": "^2.4.5"
}
}