-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
45 lines (45 loc) · 1.02 KB
/
bower.json
File metadata and controls
45 lines (45 loc) · 1.02 KB
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
{
"name": "NodeMySQL",
"description": "Full-Stack JavaScript with Sequelize, Express, AngularJS, and Node.js.",
"main": "modules/core/client/views/layout.pug",
"authors": [
"Phuc Tran"
],
"license": "MIT",
"keywords": [
"sequelize",
"epilogue",
"angularJS1",
"angularJS2",
"TypeScript",
"Express",
"and",
"NodeJS"
],
"homepage": "https://github.com/zenithtekla/nodeMySQL",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"public/lib",
"test",
"tests"
],
"dependencies": {
"angular": "^1.5.8",
"bootstrap": "v4.0.0-alpha.4",
"lodash": "^4.16.1",
"angular-animate": "^1.5.8",
"angular-cookies": "^1.5.8",
"angular-resource": "^1.5.8",
"angular-ui-router": "^0.3.1",
"angular-route": "^1.5.8",
"angular-sanitize": "^1.5.8",
"angular-touch": "^1.5.8",
"angular-ui-bootstrap": "^2.1.3",
"angular-bootstrap": "^2.1.3",
"angular-ui-utils": "^3.0.0",
"tether": "^1.3.7",
"moment": "^2.15.1"
}
}