-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 795 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 795 Bytes
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
{
"name": "enb-postcss",
"version": "3.0.0",
"description": "PostCSS tech for enb builder",
"keywords": [
"bem",
"enb-plugin",
"postcss",
"postcss-runner",
"css"
],
"peerDependencies": {
"enb": ">=0.13.11 <2.0.0",
"postcss": ">=6.0.4",
"postcss-import": ">=10.0.0"
},
"devDependencies": {
"jscs": "^2.1.1",
"jshint": "^2.8.0"
},
"main": "techs/css-postcss.js",
"scripts": {
"test": "npm run jshint && npm run jscs",
"jshint": "jshint .",
"jscs": "jscs . -v"
},
"repository": {
"type": "git",
"url": "git://github.com/theprotein/enb-postcss.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/theprotein/enb-postcss/issues"
},
"homepage": "https://github.com/theprotein/enb-postcss"
}