-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 824 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 824 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
{
"name": "csshelpers",
"version": "2.0.0-alpha",
"description": "A library of CSS helpers to use in every project.",
"main": "index.js",
"scripts": {
"start": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/p3yman/csshelpers.git"
},
"keywords": [
"sass",
"css",
"helpers"
],
"author": "Peyman Eskandari (@p3yman)",
"license": "MIT",
"bugs": {
"url": "https://github.com/p3yman/csshelpers/issues"
},
"homepage": "https://github.com/p3yman/csshelpers#readme",
"devDependencies": {
"autoprefixer": "^10.0.1",
"cssnano": "^4.1.10",
"gulp": "^4.0.2",
"gulp-postcss": "^9.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-sass-variables": "^1.2.0",
"node-sass": "^4.14.1",
"postcss": "^8.1.1"
}
}