-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
56 lines (56 loc) · 1.23 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "BootstrapAngularAdminWebApp",
"version": "2.0.0",
"description": "Admin web application template with Bootstrap 3 and AngularJS.",
"scripts": {
"start": "node node_modules/http-server/bin/http-server -o"
},
"keywords": [
"AngularJS",
"admin",
"admin",
"dashboard",
"admin",
"panel",
"app",
"charts",
"components",
"flat",
"flat",
"ui",
"responsive",
"responsive",
"layout",
"ui",
"kit",
"ui",
"route",
"web",
"app",
"widgets"
],
"repository": {
"type": "git",
"url": "https://[email protected]/heyflat/angulr.git"
},
"author": "Flatfull",
"license": "Envato REGULAR LICENSE",
"dependencies": {},
"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"
},
"main": "GruntFile.js"
}