-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.37 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
{
"name": "ASR-Server-WF3",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.16.0",
"cookie-parser": "~1.4.3",
"debug": "~2.6.0",
"express": "~4.14.1",
"jade": "~1.11.0",
"morgan": "~1.7.0",
"serve-favicon": "~2.3.2"
},
"jspm": {
"directories": {
"baseURL": "public"
},
"dependencies": {
"HubSpot/pace": "github:HubSpot/pace@^1.0.2",
"Valve/fingerprintjs2": "github:Valve/fingerprintjs2@^1.5.1",
"angular": "github:angular/bower-angular@^1.6.4",
"angular-bootstrap": "github:angular-ui/bootstrap-bower@^2.5.0",
"angular-sanitize": "github:angular/bower-angular-sanitize@^1.6.4",
"angular-translate": "github:angular-translate/bower-angular-translate@^2.15.1",
"bootstrap": "bower:bootstrap@^3.3.7",
"js-cookie": "github:js-cookie/js-cookie@^2.1.4",
"json": "github:systemjs/plugin-json@^0.3.0",
"krasimir/EventBus": "github:krasimir/EventBus@master",
"mozilla/pdfjs-dist": "github:mozilla/pdfjs-dist@^1.8.173",
"tameraydin/ngToast": "github:tameraydin/ngToast@^2.0.0",
"text": "github:systemjs/plugin-text@^0.0.9"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
}
}
}