-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.05 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.05 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
{
"name": "posthtml-bike",
"version": "1.1.1",
"description": "PostHTML plugin for transform custom tags to BEM methodology",
"main": "dist/index.js",
"directories": {
"test": "test"
},
"scripts": {
"build": "babel lib -d dist",
"test": "jest",
"prepublish": "npm run build && npm test"
},
"author": "Alex Khyrenko",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"gulp": "^3.9.1",
"gulp-posthtml": "^3.0.0",
"jest": "^21.2.1",
"postcss": "^6.0.13",
"postcss-bike": "^1.0.3",
"posthtml": "^0.9.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Satanpit/posthtml-bike.git"
},
"keywords": [
"bem",
"bike",
"posthtml",
"html"
],
"bugs": {
"url": "https://github.com/Satanpit/posthtml-bike/issues"
},
"homepage": "https://github.com/Satanpit/posthtml-bike#readme"
}