summaryrefslogtreecommitdiff
path: root/package.json
blob: 550ed467a513d22ee6203fc80b7fbcf5dd850f83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "sort-wav-pairs",
  "version": "1.0.0",
  "description": "sort wav pairs",
  "main": "index.js",
  "scripts": {},
  "author": "julescarbon@gmail.com",
  "license": "UNLICENSED",
  "dependencies": {
    "body-parser": "^1.18.3",
    "express": "^4.16.3"
  }
}