-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 930 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
34
35
36
37
38
{
"name": "bloc-chat",
"version": "0.0.2",
"description": "Starter project for the Bloc Frontend Web Development",
"repository": {
"type": "git",
"url": "git+https://github.com/bloc/bloc-frontend-project-starter.git"
},
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"author": "Bloc Inc",
"license": "ISC",
"dependencies": {
"hapi": "~7.5.0",
"path": "^0.4.9"
},
"devDependencies": {
"connect-modrewrite": "^0.7.9",
"es5-shim": "^4.0.1",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-hapi": "^0.8.1"
},
"bugs": {
"url": "https://github.com/bloc/bloc-frontend-project-starter/issues"
},
"homepage": "https://github.com/bloc/bloc-frontend-project-starter#readme",
"keywords": [
"chat",
"room",
"angular"
]
}