-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.13 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.13 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
{
"name": "BOLDE",
"version": "2.2.0",
"description": "Borjes Online Linguistics Development Environment",
"main": "server/app.js",
"scripts": {
"start": "node server/app.js"
},
"license": "AGPL-3.0",
"repository": "https://github.com/agarsev/bolde",
"dependencies": {
"adm-zip": "^0.4.7",
"body-parser": "^1.12.0",
"borjes": "agarsev/borjes#semver:^1.0.0",
"borjes-react": "agarsev/borjes-react#semver:^1.0.0",
"bower": "^1.3.12",
"brfs": "^1.4.0",
"browserchannel": "^2.1.0",
"browserify": "^16.1.0",
"browserify-incremental": "^3.0.0",
"compression": "^1.5.2",
"config": "^1.12.0",
"express": "^4.12.2",
"flux": "^3.1.3",
"fs-extra": "^5.0.0",
"js-yaml": "^3.2.7",
"less": "^3.0.1",
"less-plugin-autoprefix": "^1.4.0",
"lessify": "^1.0.1",
"log4js": "^2.5.3",
"markdown-it": "^8.4.1",
"multer": "^1.1.0",
"nedb": "^1.8.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"reactify": "^1.1.0",
"share": "^0.6.3",
"sse-pusher": "^1.1.1",
"tcomb": "^3.2.24",
"tcomb-form": "^0.9.19",
"tcomb-validation": "^3.4.1"
}
}