-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.15 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
{
"name": "polyglot-server",
"version": "1.0.0",
"description": "Polyglot server",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MontrealCorpusTools/polyglot-server.git"
},
"author": "Michael McAuliffe",
"license": "MIT",
"bugs": {
"url": "https://github.com/MontrealCorpusTools/polyglot-server/issues"
},
"homepage": "https://github.com/MontrealCorpusTools/polyglot-server#readme",
"dependencies": {
"angular": "^1.7.3",
"angular-animate": "^1.7.3",
"angular-aria": "^1.7.3",
"angular-audio": "^1.7.3",
"angular-cookies": "^1.7.3",
"angular-file-saver": "^1.1.3",
"angular-material": "^1.1.10",
"angular-material-data-table": "^0.10.10",
"angular-material-icons": "^0.7.1",
"angular-messages": "^1.7.3",
"angular-mousetrap-service": "^0.1.0",
"angular-resource": "^1.7.3",
"angular-sanitize": "^1.7.3",
"angular-ui-bootstrap": "^2.5.6",
"angular-ui-router": "^1.0.3",
"checklist-model": "^1.0.0",
"d3": "^5.7.0"
}
}