Select Git revision
package.json
-
Will Billingsley authoredWill Billingsley authored
This project manages its dependencies using npm.
Learn more
package.json 297 B
{
"name": "assignment1",
"version": "1.0.0",
"description": "Advanced Web Programming Assignment 1",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "none",
"devDependencies": {
"cypress": "^3.3.2"
}
}