-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
46 lines (46 loc) · 1.22 KB
/
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
41
42
43
44
45
46
{
"name": "meshcss",
"version": "0.5.0",
"description": "A blazingly fast, versatile, pure CSS open source framework with a modular approach to a responsive grid system and a vast amount of utilities.",
"author": "Ainsley Clark <[email protected]>",
"homepage": "https://github.com/ainsleyclark/mesh#readme",
"license": "MIT",
"style": "dist/css/mesh.css",
"sass": "src/mesh.scss",
"contributors": [
"Ainsley Clark",
"Jake Riordan",
"Karson Nichols",
"Maurice Grönwoldt",
"Luca Fuhl"
],
"scripts": {
"dev": "gulp dev",
"prod": "gulp prod"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ainsleyclark/mesh.git"
},
"bugs": {
"url": "https://github.com/ainsleyclark/mesh/issues"
},
"engine": "node >= 6",
"devDependencies": {
"@bdchauvette/gulp-prettier": "^2.0.0",
"autoprefixer": "^9.6.4",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-clean-css": "^4.2.0",
"gulp-cli": "^2.2.0",
"gulp-filter": "^6.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sass-lint": "^1.4.0",
"merge-stream": "^2.0.0",
"postcss-cli": "^6.1.3",
"prettier": "^1.18.2",
"sass-lint": "^1.13.1"
},
"dependencies": {}
}