You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
290 B
17 lines
290 B
{
|
|
"name": "PhotoAlbum",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"request": "^2.88.0"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha index.test.js"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.2.0",
|
|
"mocha": "^6.2.2",
|
|
"sinon": "^8.0.2"
|
|
}
|
|
}
|