17 lines
355 B
JSON
Raw Normal View History

2016-12-07 12:27:41 +01:00
{
"name": "instagram-search",
"version": "1.0.0",
"description": "basic search with instagram api",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "gauthier",
"license": "ISC",
"dependencies": {
"express": "^4.14.0",
"nodegram": "^0.2.3",
"socket.io": "^1.7.1"
}
}