-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 1.9 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 1.9 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "bse-admin",
"version": "2.9.1",
"repository": {
"type": "git",
"url": "git://github.com/bem/bse-admin.git"
},
"author": {
"name": "Andrey Kuznetsov",
"email": "andrey.kuznetsov48@yandex.ua"
},
"maintainers": [
{
"name": "Andrey Kuznetsov",
"email": "andrey.kuznetsov48@yandex.ua"
}
],
"contributors": [
{
"name": "Andrey Kuznetsov",
"email": "andrey.kuznetsov48@yandex.ua"
}
],
"keywords": [
"bem",
"bem-site-engine",
"data provider"
],
"bugs": {
"url": "https://github.com/bem/bse-admin/issues"
},
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
"bem-md-renderer": "^0.3.x",
"deep-extend": "^0.3.x",
"fs-extra": "^0.16.x",
"fstream": "^1.0.x",
"github": "^0.2.x",
"intel": "^1.0.x",
"js2xmlparser": "^0.1.x",
"level": "^2.1.0",
"lodash": "^3.2.x",
"marked": "0.3.3",
"mds-wrapper": "^1.3.x",
"node-uuid": "~1.4.x",
"request": "^2.53.x",
"semver": "^5.4.1",
"sha1": "~1.1.x",
"susanin": "^0.1.x",
"tar": "^1.0.x",
"terror": "^1.1.x",
"vow": "~0.4.x",
"vow-fs": "^0.3.x",
"vow-node": "^0.2.x"
},
"devDependencies": {
"istanbul": "^0.3.x",
"jscs": "^1.11.x",
"jshint": "~2.6.x",
"mocha": "^2.1.0",
"mocha-lcov-reporter": "0.0.1",
"should": "~5.0.x"
},
"main": "index.js",
"scripts": {
"config": "cp config/common/_app.json config/common/app.json",
"mocha": "node_modules/.bin/mocha",
"istanbul": "istanbul cover ./node_modules/mocha/bin/_mocha",
"codestyle": "node_modules/.bin/jshint . && node_modules/.bin/jscs -c .jscs.js .",
"cover": "istanbul cover _mocha",
"coveralls": "npm install coveralls && npm run cover && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
"test": "npm run coveralls"
},
"readmeFilename": "README.md",
"license": "MPL-2.0"
}