-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.46 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
57
58
59
60
61
62
{
"name": "ClipTwo",
"version": "2.1.0",
"description": "AngularJs Bootstrap Admin Template",
"scripts": {
"start": "node node_modules/http-server/bin/http-server -o"
},
"keywords": [
"AngularJS",
"admin",
"admin",
"dashboard",
"admin",
"panel",
"app",
"charts",
"components",
"ui",
"responsive",
"layout",
"route",
"web",
"app",
"widgets"
],
"repository": "",
"author": "ClipTheme",
"license": "Envato REGULAR LICENSE",
"dependencies": {
"angular": "^1.4.8",
"angular-ui-bootstrap": "^0.14.3",
"bcrypt-nodejs": "latest",
"body-parser": "^1.14.1",
"connect-flash": "~0.1.1",
"cookie-parser": "~1.0.0",
"express": "^4.13.3",
"express-session": "~1.0.0",
"html": "0.0.10",
"method-override": "~1.0.0",
"mongoose": "^4.3.1",
"morgan": "~1.0.0",
"passport": "~0.1.17",
"passport-facebook": "~1.0.2",
"passport-google-oauth": "~0.1.5",
"passport-local": "~0.1.6",
"passport-twitter": "~1.0.2",
"react": "latest"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bower-install-simple": "^0.9.3",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compass": "^1.0.1",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^0.12.2",
"grunt-contrib-uglify": "^0.8.0",
"gruntfile-gtx": "^0.3.0",
"http-server": "^0.6.1",
"require-directory": "^2.0.0"
}
}