-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.28 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": "etherealcss",
"version": "0.0.6",
"description": "Ethereal.css - An Elegant, Lightweight CSS Framework",
"main": "dist/ethereal.min.css",
"scripts": {
"start": "node node_modules/gulp/bin/gulp.js",
"dev": "http-server ./docs -o -s -U -c-1 -p 4000",
"build": "node node_modules/gulp/bin/gulp.js build",
"lint": "stylelint src/**/*.scss --syntax scss"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EtherealCSS/etherealcss.git"
},
"author": "Robby <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/EtherealCSS/etherealcss/issues"
},
"homepage": "https://github.com/EtherealCSS/etherealcss#readme",
"dependencies": {
"gulp": "3.9.1",
"gulp-clean-css": "3.9.4",
"gulp-connect": "5.5.0",
"gulp-plumber": "1.2.0",
"gulp-rename": "1.3.0",
"gulp-sass": "^4.0.1"
},
"devDependencies": {
"gulp-less": "3.5.0",
"gulp-plumber": "1.2.0",
"gulp-rename": "1.3.0",
"gulp-watch-less": "1.0.1",
"http-server": "^0.11.1",
"pre-commit": "^1.2.2",
"stylelint": "9.3.0",
"stylelint-config-sass-guidelines": "5.0.0",
"stylelint-config-standard": "18.2.0",
"stylelint-order": "0.8.1",
"stylelint-scss": "3.1.3"
},
"pre-commit": [
"lint"
]
}