summaryrefslogtreecommitdiff
path: root/package.json
blob: 4655afe3b3eed035166bb9d15bfa580a4926b05c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "yaepl-app",
  "version": "1.0.0",
  "description": "YAEPL/JS app for Develop '17.",
  "main": "main.js",
  "scripts": {
    "start": "electron ."
  },
  "repository": "https://github.com/matthewsot/yaepl-app",
  "author": "Matthew Sotoudeh/Develop Academy",
  "license": "CC0-1.0",
  "devDependencies": {
    "electron": "~1.6.2"
  },
  "dependencies": {
    "escodegen": "^1.8.1",
    "esprima": "^4.0.0"
  }
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback