cs142/project3/package.json

16 lines
517 B
JSON
Raw Permalink Normal View History

2020-08-01 22:26:11 +00:00
{
"name": "project3",
"version": "1.0.0",
"description": "cs142 project3 - JavaScript and the DOM",
"dependencies": {
"jshint": "^2.9.1-rc2"
},
"devDependencies": {},
"scripts": {
"test": "echo Test your code by opening datapicker.html and cs142-test-table.html in your browser.",
"jshint": "./node_modules/.bin/jshint --config .jshintrc --exclude=node_modules . || exit 0"
},
"author": "Mendel Rosenblum <mendel@cs.stanford.edu> (http://www.stanford.edu/~mendel)",
"license": "ISC"
}