summaryrefslogtreecommitdiff
path: root/package.json
blob: 94cb1f55e11bbbcbae70c2264c9a210d5116194b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "harp2",
  "version": "1.0.0",
  "description": "microtonal harp",
  "main": "webpack.config.js",
  "scripts": {},
  "author": "jules",
  "license": "UNLICENSED",
  "devDependencies": {
    "babel-core": "^6.24.1",
    "babel-loader": "^7.0.0",
    "babel-preset-env": "^1.4.0",
    "babel-preset-es2015": "^6.24.1",
    "webpack": "^2.4.1"
  }
}