-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 883 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
{
"name": "bloc-frontend-project-starter",
"version": "0.0.2",
"description": "Starter project for the Bloc Frontend Web Development",
"repository": {
"type": "git",
"url": "https://github.com/bloc/bloc-frontend-project-starter"
},
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"author": "Bloc Inc",
"license": "ISC",
"dependencies": {
"angular": "^1.5.8",
"angular-ui-router": "^0.3.2",
"angulargrid": "^0.6.3",
"animate.css": "^3.5.2",
"bootstrap": "^3.3.7",
"hapi": "~7.5.0",
"jquery": "^3.1.1",
"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"
}
}