summaryrefslogtreecommitdiff
path: root/frontend/package.json
blob: bfd15de3fbb2cc1d0f7e1c487a7eaf51c840bfe6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "frontend",
  "version": "0.0.1",
  "description": "AngularJS playground",
  "main": "app.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Peter Wu",
  "license": "MIT",
  "dependencies": {
    "angular": "^1.3.15",
    "angular-route": "^1.3.15"
  }
}