File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
* .swp
2
2
npm-debug.log
3
3
node_modules /
4
+ package-lock.json
Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
node_js :
3
- - " 0.10 "
3
+ - " 4.9 "
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " webpagetest" ,
3
- "version" : " 0.3.9 " ,
3
+ "version" : " 0.3.10 " ,
4
4
"description" : " WebPageTest API wrapper for NodeJS" ,
5
5
"author" :
" Marcel Duran <[email protected] > (http://github.com/marcelduran)" ,
6
6
"homepage" : " http://github.com/marcelduran/webpagetest-api" ,
25
25
"test" : " ./node_modules/mocha/bin/mocha -R spec test/*-test.js"
26
26
},
27
27
"engines" : {
28
- "node" : " >=0.10.1 "
28
+ "node" : " >=4.9.1 "
29
29
},
30
30
"dependencies" : {
31
31
"commander" : " 2.10.0" ,
32
- "csv" : " ^1.1.1 " ,
32
+ "csv" : " ^5.3.0 " ,
33
33
"entities" : " ^1.1.1" ,
34
- "mocha" : " ^3.4.1 " ,
34
+ "mocha" : " ^5.2.0 " ,
35
35
"xml2js" : " ^0.4.19"
36
36
},
37
37
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments