-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 870 Bytes
/
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
{
"name": "posthtml-classes",
"version": "0.2.1",
"description": "PostHTML-plugin to retrieve a list of classes from html with support of nested structure",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rajdee/posthtml-classes.git"
},
"keywords": [
"class",
"bem",
"nested css",
"posthtml",
"posthtml-plugin"
],
"engines": {
"node": ">=0.12.0"
},
"author": "Ruslan Abdullaev <abdullaev.rt@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rajdee/posthtml-classes/issues"
},
"homepage": "https://github.com/rajdee/posthtml-classes#readme",
"devDependencies": {
"chai": "^3.3.0",
"mocha": "^2.3.3",
"posthtml": "^0.4.1"
},
"dependencies": {
"to-clipboard": "^0.2.0"
}
}