-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 874 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "verse-boot",
"version": "1.0.0",
"description": "Verse boilerplate project",
"scripts": {
"start": "bin/dev.sh"
},
"main": "server/server.js",
"author": "Lucas Goraieb (https://github.com/lucasrg)",
"dependencies": {
"body-parser": "^1.15.1",
"compression": "^1.6.1",
"cookie-parser": "^1.4.1",
"express": "^4.13.3",
"express-http-proxy": "^0.9.0",
"js-cookie": "^2.1.0",
"mongoose": "^4.5.8",
"superagent": "^2.1.0-beta.1",
"verse": "git://github.com/lucasrg/verse.git"
},
"devDependencies": {
"clean-css": "^3.4.9",
"instant": "^1.10.1",
"less": "^2.5.3",
"less-loader": "^2.2.2",
"http-proxy": "^1.12.0",
"webpack": "^1.12.9",
"webpack-dev-middleware": "^1.4.0",
"webpack-dev-server": "^1.14.0",
"webpack-hot-middleware": "^2.6.0",
"writefile": "^0.2.8"
}
}