-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 797 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 797 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
{
"name": "css.modifiers",
"version": "1.0.0",
"description": "small css library",
"main": "dist/modifiers.css",
"repository": {
"type": "git",
"url": "https://github.com/vaeum/css.modifiers.git"
},
"bugs": {
"url": "https://github.com/vaeum/css.modifiers/issues"
},
"homepage": "https://github.com/vaeum/css.modifiers#readme",
"author": "vaeum",
"license": "MIT",
"scripts": {
"prepublish": "./node_modules/.bin/gulp scss && ./node_modules/.bin/gulp lib"
},
"devDependencies": {
"autoprefixer": "^7.1.0",
"css-mqpacker": "^6.0.0",
"gulp": "^3.9.1",
"gulp-csso": "^3.0.0",
"gulp-postcss": "^7.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"perfectionist": "^2.4.0",
"postcss-custom-selectors": "^4.0.1"
}
}