-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.17 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
{
"private": "true",
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"angular": "~1.3.15",
"angular-animate": "^1.3.16",
"angular-aria": "^1.4.1",
"angular-bootstrap": "~0.12.0",
"angular-cache": "^4.2.0",
"angular-deferred-bootstrap": "^0.1.7",
"angular-fallback-image": "^1.0.0",
"angular-material": "^0.10.0",
"angular-mocks": "^1.3.15",
"angular-resource": "^1.3.15",
"angular-route": "^1.4.3",
"angular-sanitize": "^1.3.16",
"angular-scroll": "^0.7.1",
"angular-slider": "^0.2.3",
"angular-touch": "^1.4.1",
"angular-ui-router": "~0.2.14",
"body-parser": "^1.12.4",
"bootstrap-sass": "~3.3.4",
"connect": "^2.24.2",
"csv-parse": "^0.1.3",
"express": "^4.12.3",
"express-http-proxy": "^0.6.0",
"gzippo": "^0.2.0",
"lodash": "~3.7.0",
"lodash-node": "^3.9.3",
"morgan": "^1.5.2",
"ng-infinite-scroll": "^1.1.2",
"ng-notifications-bar": "0.0.15",
"ng-tags-input": "^2.3.0",
"node-handlebars": "^0.9.7",
"q": "^1.4.1",
"request": "^2.61.0",
"request-promise": "^0.4.3",
"socket.io": "^1.3.5",
"ws": "~0.7.2",
"yargs": "^1.2.2"
}
}