-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.27 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
{
"name": "sparkle.css",
"version": "3.0.0",
"description": "A lightweight, open-source, mobile-first CSS framework for easy website designs.",
"main": "dist/css/sparkle.css",
"scripts": {
"start": "npm install",
"help": "node node_modules/gulp/bin/gulp --tasks",
"watch": "node node_modules/gulp/bin/gulp watch",
"build:lint": "node node_modules/gulp/bin/gulp lintify",
"build:sass": "node node_modules/gulp/bin/gulp sassify",
"build:mini": "node node_modules/gulp/bin/gulp minify",
"build": "node node_modules/gulp/bin/gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jdriviere/sparkle-css.git"
},
"author": "J. Djimitry Riviere <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jdriviere/sparkle-css/issues"
},
"homepage": "https://sparklecss.herokuapp.com",
"devDependencies": {
"autoprefixer": "^9.6.5",
"cssnano": "^4.1.10",
"del": "^3.0.0",
"gulp": "^4.0.2",
"gulp-cli": "^2.2.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sass-lint": "^1.4.0",
"gulp-sourcemaps": "^2.6.5",
"postcss-header": "^1.0.0",
"sass-lint": "^1.13.1"
},
"browserslist": [
"last 3 versions",
"IE >= 10"
]
}