update package.json

This commit is contained in:
Girish Ramakrishnan 2018-04-08 00:11:57 -07:00
parent 8e5306db31
commit ab3a81a67b
1 changed files with 11 additions and 9 deletions

View File

@ -2,21 +2,23 @@
"name": "test", "name": "test",
"version": "1.0.0", "version": "1.0.0",
"description": "", "description": "",
"main": "index.js", "main": "test.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"dependencies": { "devDependencies": {
"chromedriver": "^2.37.0", "ejs": "^2.3.4",
"ejs": "^2.4.2",
"expect.js": "^0.3.1", "expect.js": "^0.3.1",
"mkdirp": "^0.5.1", "mkdirp": "^0.5.1",
"mocha": "^2.5.3", "mocha": "^2.3.4",
"rimraf": "^2.5.3", "rimraf": "^2.4.4",
"selenium-server-standalone-jar": "^2.53.1", "selenium-server-standalone-jar": "^2.53.0",
"selenium-webdriver": "^2.53.1", "selenium-webdriver": "^2.53.3",
"superagent": "^1.8.5" "superagent": "^1.4.0"
},
"dependencies": {
"chromedriver": "^2.37.0"
} }
} }