-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
65 lines (65 loc) · 1.95 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
{
"name": "bem-data-source",
"version": "1.11.0",
"repository": {
"type": "git",
"url": "git://github.com/bem/bem-data-source.git"
},
"author": "Andrey Kuznetsov <[email protected]> (http://github.com/tormozz48)",
"maintainers": [
"Andrey Kuznetsov <[email protected]> (http://github.com/tormozz48)"
],
"contributors": [
"Andrey Kuznetsov <[email protected]> (http://github.com/tormozz48)",
"Nikolay Ilchenko <[email protected]> (http://github.com/tavriaforever)",
"Gela Konstantinova <[email protected]> (http://github.com/gela-d)"
],
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"bem-md-renderer": "0.3.0",
"bem-site-logger": "^0.0.x",
"bem-site-mail-sender": "^0.0.x",
"coa": "^1.0.x",
"easy-table": "0.3.0",
"fs-extra": "^0.18.x",
"github": "~0.2.x",
"glob": "^5.0.x",
"glob-all": "^3.0.1",
"inherit": "^2.2.x",
"lodash": "^3.1.x",
"marked": "^0.x",
"mds-wrapper": "^1.4.x",
"nconf": "^0.10.0",
"request": "^2.53.x",
"rsync": "^0.4.0",
"semver": "^5.6.0",
"sha1": "~1.1.0",
"vow": "~0.4.1",
"vow-fs": "~0.3.0",
"vow-node": "^0.2.x"
},
"devDependencies": {
"mocha": "~2.2.x",
"mocha-lcov-reporter": "0.0.x",
"should": "^6.x",
"istanbul": "^0.3.x",
"jshint": "^2.7.x",
"jscs": "^1.11.x"
},
"bin": {
"ds": "./bin/ds"
},
"scripts": {
"config": "cp config/_private.json config/private.json",
"mocha": "NODE_ENV=testing 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": "NODE_ENV=testing 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"
}