aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: fe55bc35d396c1eae009cb4b8041bebf52ea124e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "who-am-i",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "start": "node app.js"
  },
  "dependencies": {
	"express": "3.2.0",
    "ejs": "*",
	"request": "2.20.x"
  }
}