aboutsummaryrefslogtreecommitdiffstats
path: root/demo-ui/package.json
blob: 086cadb58982ab73341cbd386ef7345c8d3f80c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "vcpe-demo-portal",
  "version": "0.0.1",
  "description": "Portal that drives VCPE MEF demo",
  "main": "src/portal.js",
  "author": "steve@sentosatech.com",
  "dependencies": {
    "less": "latest",
    "express": "latest",
    "body-parser": "*"
  },
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-contrib-copy": "^0.8.0",
    "grunt-contrib-less": "^1.0.1",
    "grunt-contrib-watch": "^0.6.1"
  }
}