-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
70 lines (70 loc) · 1.6 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
67
68
69
70
{
"name": "gulp-bem-tmpl-specs-updater",
"version": "0.1.16",
"description": "",
"main": "dist/index.js",
"scripts": {
"check-coverage": "./node_modules/.bin/nyc check-coverage",
"report-coverage": "cat ./coverage/lcov.info | codecov",
"prebuild": "rm -rf dist",
"build": "./node_modules/.bin/babel --copy-files --out-dir dist src",
"cover": "./node_modules/.bin/nyc npm t",
"test": "./node_modules/.bin/mocha test/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MadMed677/gulp-bem-tmpl-specs-updater.git"
},
"keywords": [
"bem",
"gulp",
"gulp",
"plugin"
],
"files": [
"dist",
"README.md"
],
"author": {
"name": "Anashev Artem",
"mail": "[email protected]"
},
"contributors": [
{
"name": "Nikolay Tolochnyy",
"mail": "[email protected]"
}
],
"license": "ISC",
"bugs": {
"url": "https://github.com/MadMed677/gulp-bem-tmpl-specs-updater/issues"
},
"homepage": "https://github.com/MadMed677/gulp-bem-tmpl-specs-updater#readme",
"dependencies": {
"async": "2.2.0",
"gulp-merge": "0.1.1",
"gulp-util": "3.0.8",
"lodash": "4.17.4",
"save-compares-suggest": "1.1.0",
"through2": "2.0.3"
},
"devDependencies": {
"babel-cli": "6.24.0",
"babel-preset-es2015": "6.24.0",
"chai": "3.5.0",
"codecov.io": "0.1.6",
"ghooks": "2.0.0",
"gulp": "3.9.1",
"mocha": "3.2.0",
"nyc": "10.2.0",
"vinyl": "2.0.1"
},
"babel": {
"presets": ["es2015"]
},
"config": {
"ghooks": {
"pre-push": "npm run build"
}
}
}