-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
44 lines (44 loc) · 1.13 KB
/
bower.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
{
"name": "sails-angular-template",
"version": "0.0.0",
"authors": [
"Jake Wang"
],
"description": "A Sails.js / AngularJS / Twitter Bootstrap example application",
"main": "app.coffee",
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "1.2.18",
"angular-resource": "1.2.18",
"angular-sanitize": "1.2.18",
"angular-ui-router": "0.2.8-bowratic-tedium",
"angular-ui-tree": "2.1.5",
"angular-animate": "1.2.18",
"angular-bootstrap": "~0.9.0",
"AngularJS-Toaster": "0.4.8",
"angular-material": "~0.5.1",
"jquery": "~1.11.0",
"moment": "~2.0.0",
"respond": "~1.4.2",
"bootstrap": "~3.1.0",
"font-awesome": "~4.0.3",
"socket.io-client": "~0.9.16",
"sails.io.js": "~0.10.3",
"angularSails": "https://github.com/balderdashy/angularSails.git",
"requirejs": "~2.1.14",
"almond": "0.2.9",
"lodash": "~3.0.0"
},
"devDependencies": {
"protractor-mock": "https://github.com/unDemian/protractor-mock.git",
"angular-mocks": "1.2.18"
}
}