-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.23 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
{
"name": "mds-wrapper",
"version": "1.4.1",
"repository": {
"type": "git",
"url": "git://github.com/bem-site/mds-wrapper.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)"
],
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"mime": "^1.3.x",
"request": "2.61.0",
"vow": "^0.4.x"
},
"devDependencies": {
"fs-extra": "^0.24.0",
"istanbul": "^0.3.20",
"jscs": "^2.1.1",
"jshint": "^2.8.0",
"mocha": "^2.3.2",
"mocha-lcov-reporter": "0.0.x",
"nock": "^2.10.0",
"should": "^7.1.0"
},
"main": "index.js",
"scripts": {
"jshint": "node_modules/.bin/jshint .",
"jscs": "node_modules/.bin/jscs -c .jscs.js .",
"codestyle": "npm run jshint && npm run jscs",
"pretest": "npm run codestyle",
"test": "NODE_ENV=testing ./node_modules/.bin/istanbul cover _mocha"
},
"readmeFilename": "README.md",
"license": "MPL-2.0"
}