cors-proxy/package.json

16 lines
285 B
JSON
Raw Normal View History

2016-04-14 04:46:04 +00:00
{
"name": "corsproxy",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
2016-04-24 18:54:03 +00:00
"start": "node index.js",
2016-04-14 04:46:04 +00:00
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"request": "^2.71.0"
}
}