-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 1.19 KB
/
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
39
40
41
{
"name": "BootstrapAngularAdminWebApp",
"version": "2.2.0",
"description": "Admin web application template with Bootstrap 3 and AngularJS.",
"scripts": {
"start": "node node_modules/http-server/bin/http-server -o"
},
"keywords": [],
"repository": "https://gitlab.com/Heyflat/angulr.git",
"author": "Flatfull",
"license": "Envato REGULAR LICENSE",
"dependencies": {
"body-parser": "^1.15.0",
"compression": "^1.6.1",
"ejs": "^2.4.1",
"express": "^4.13.4",
"express-session": "^1.13.0",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-usemin": "^3.1.1",
"method-override": "^2.3.5",
"morgan": "^1.7.0",
"swig": "^1.4.2"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bower-install-simple": "^0.9.3",
"grunt-bump": "0.0.15",
"grunt-changelog": "^0.2.2",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-htmlmin": "^0.3.0",
"grunt-contrib-uglify": "^0.5.1",
"grunt-recess": "^1.0.0",
"grunt-swig": "^0.2.1",
"gruntfile-gtx": "^0.3.0",
"http-server": "^0.6.1",
"require-directory": "^2.0.0"
}
}