BenMusch/nu-tab

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
"name": "NU-Tab",
"version": "0.0.1",
"private": true,
"engines": {
"node": "6.9.0",
"npm": "4.1.1"
},
"scripts": {
"postinstall": "cd client && yarn install",
"test": "bin/jest"
},
"dependencies": {
"axios": "^0.16.1",
"lodash": "^4.17.4",
"request": "^2.81.0",
"tough-cookie": "^2.3.2"
},
"devDependencies": {
"phantomjs": "^2.1.7"
}
}