forked from googleapis/google-cloud-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.26 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
{
"name": "gcloud",
"version": "0.1.1",
"author": "Google Inc.",
"description": "Google Cloud APIs Client Library for Node.js",
"contributors": [
{
"name": "Burcu Dogan",
"email": "jbd@google.com"
},
{
"name": "Johan Euphrosine",
"email": "proppy@google.com"
},
{
"name": "Silvano Luciani",
"email": "silvano@google.com"
},
{
"name": "Stephen Sawchuk",
"email": "sawchuk@gmail.com"
}
],
"main": "./lib/index",
"repository": "googlecloudplatform/gcloud-nodejs",
"keywords": [
"google",
"api",
"google apis",
"client",
"cloud",
"datastore",
"compute engine",
"google storage"
],
"dependencies": {
"async": "^0.9.0",
"gapitoken": "^0.1.3",
"node-uuid": "^1.4.1",
"request": "^2.39.0"
},
"devDependencies": {
"istanbul": "^0.3.0",
"jshint": "^2.5.2",
"mocha": "^1.21.3",
"sandboxed-module": "^1.0.1",
"tmp": "0.0.24"
},
"scripts": {
"test": "jshint lib/**/*.js regression/*.js test/**/*.js && mocha test/**/*.js --reporter spec",
"regression-test": "mocha --reporter spec --timeout 10000 regression/*",
"cover": "istanbul cover mocha -- --timeout 10000 test/* regression/*"
},
"license": "Apache 2"
}