File tree 1 file changed +7
-10
lines changed
packages/google-cloud-vision/samples
1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change 5
5
"license" : " Apache Version 2.0" ,
6
6
"author" : " Google Inc." ,
7
7
"scripts" : {
8
- "test" : " mocha -R spec -t 10000 --require intelli-espower-loader ../test/_setup.js test/*.test.js" ,
9
- "system-test" : " mocha -R spec -t 10000 --require intelli-espower-loader ../system-test/_setup.js system-test/*.test.js"
8
+ "test" : " cd ..; npm run t -- vision/ test/*.test.js" ,
9
+ "system-test" : " cd ..; npm run st -- vision/ system-test/*.test.js"
10
10
},
11
11
"dependencies" : {
12
- "@google-cloud/vision" : " ^0.5.0" ,
13
- "async" : " ^2.1.2" ,
14
- "natural" : " ^0.4.0" ,
15
- "redis" : " ^2.6.3"
16
- },
17
- "devDependencies" : {
18
- "mocha" : " ^3.1.2"
12
+ "@google-cloud/vision" : " 0.5.0" ,
13
+ "async" : " 2.1.2" ,
14
+ "natural" : " 0.4.0" ,
15
+ "redis" : " 2.6.3"
19
16
},
20
17
"optionalDependencies" : {
21
- "canvas" : " ^ 1.6.2"
18
+ "canvas" : " 1.6.2"
22
19
},
23
20
"engines" : {
24
21
"node" : " >=4.3.2"
You can’t perform that action at this time.
0 commit comments