summaryrefslogtreecommitdiff
path: root/lib/awdrone/package.json
blob: e2ebb2d8f7644898f9ab37ad94a09208fb83af61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "awdrone",
  "version": "1.0.0",
  "description": "aw drone scrape",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "UNLICENSED",
  "dependencies": {
    "node-fetch": "^1.7.0",
    "q": "^1.5.0"
  }
}