forked from cataria-rocks/cataria
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (65 loc) · 1.77 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"author": "*",
"name": "cataria",
"version": "0.0.0-beta",
"repository": {
"type": "git",
"url": "[email protected]:bem-site/xliff-editor.git"
},
"engines": {
"node": ">=4"
},
"dependencies": {
"base-64": "^0.1.0",
"body-parser": "^1.15.1",
"bower": "^1.7.9",
"connect": "^3.4.1",
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-alpha.1",
"debug": "^2.2.0",
"dotenv": "^2.0.0",
"express": "^4.14.0",
"fuse.js": "^2.4.1",
"github-api": "^2.3.0",
"github-basic": "^6.0.0",
"got": "^6.3.0",
"md2xliff": "https://github.com/tadatuta/md2xliff.git#tmx",
"mongodb": "^2.1.18",
"mongoose": "^4.5.2",
"morgan": "^1.7.0",
"nodemon": "^1.9.2",
"parse-github-url": "^0.3.1",
"passport": "^0.3.2",
"passport-github2": "^0.1.10",
"serve-favicon": "^2.3.0",
"yandex-translate": "^2.1.0"
},
"devDependencies": {
"enb": "^1.3.0",
"enb-bem-techs": "^2.2.1",
"enb-bemxjst": "^7.0.0",
"enb-borschik": "^2.4.0",
"enb-bundle-postcss": "github:tadatuta/enb-bundle-postcss",
"enb-css": "^1.1.0",
"enb-js": "^1.1.0",
"git-hooks": "^1.0.2",
"jscs": "^3.0.7",
"jshint": "^2.9.1",
"jshint-groups": "^0.8.0",
"postcss-nested": "^1.0.0",
"rebem-css": "^0.2.0",
"watch-run": "^1.2.4"
},
"scripts": {
"build": "npm i && npm run make",
"start": "node server",
"make": "enb make",
"postinstall": "npm run deps",
"deps": "bower i --allow-root",
"test": "jscs . && jshint-groups",
"watch": "watch-run -p '*.blocks/**' enb make",
"docker-build": "docker build -t registry.ape.yandex.net/bem/saas-xliff-farm-server ./",
"docker-push": "docker push registry.ape.yandex.net/bem/saas-xliff-farm-server"
},
"private": true
}