forked from fabito/botkit-storage-datastore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 983 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
{
"name": "@abbott-platform/botkit-storage-datastore",
"version": "1.0.1",
"description": "Google Cloud Datastore driver for Botkit",
"main": "index.js",
"scripts": {
"pretest": "jscs ./",
"test": "istanbul cover --report lcov --dir coverage/ _mocha ./tests --grep ./tests/*.js -- --colors",
"publish": "npm publish --access public"
},
"keywords": [
"botkit",
"datastore",
"google cloud datastore"
],
"author": "Fábio Franco Uechi",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/fabito/botkit-storage-datastore.git"
},
"bugs": {
"url": "https://github.com/fabito/botkit-storage-datastore/issues"
},
"dependencies": {
"google-cloud": "^0.53.0"
},
"devDependencies": {
"coveralls": "^2.11.9",
"istanbul": "^0.4.1",
"jscs": "^2.8.0",
"mocha": "^2.3.4",
"proxyquire": "^1.7.3",
"should": "^8.0.2",
"should-sinon": "0.0.3",
"sinon": "^1.17.2"
}
}