forked from awinogradov/enb-postcss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 875 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
38
39
40
{
"name": "enb-sugarss",
"version": "1.3.1",
"description": "SugarSS (with PostCSS) tech for enb builder",
"keywords": [
"bem",
"enb-plugin",
"postcss",
"postcss-runner",
"css"
],
"dependencies": {
"postcss": "^5.2.6",
"postcss-import": "^8.2.0",
"sugarss": "^0.2.0",
"vow": "^0.4.13"
},
"peerDependencies": {
"enb": ">=0.13.11 <2.0.0"
},
"devDependencies": {
"jscs": "^2.1.1",
"jshint": "^2.8.0"
},
"main": "techs/css-sugarss.js",
"scripts": {
"test": "npm run jshint && npm run jscs",
"jshint": "jshint .",
"jscs": "jscs . -v"
},
"repository": {
"type": "git",
"url": "git://github.com/Realetive/enb-sugarss.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Realetive/enb-sugarss/issues"
},
"homepage": "https://github.com/Realetive/enb-sugarss"
}