Files
icehrm/test/frontend/package.json
2020-05-23 20:01:53 +02:00

19 lines
354 B
JSON

{
"name": "icehrm-frontend-tests",
"version": "0.0.0",
"description": "",
"main": "gulpfile.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"cypress": "^3.8.3",
"eslint-config-airbnb": "^18.0.1"
}
}