-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
57 lines (57 loc) · 1.33 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
47
48
49
50
51
52
53
54
55
56
57
{
"name": "decent-scss",
"version": "1.0.1",
"description": "A functional CSS, f(css), framework for building anything on the web – works best with modular development",
"scripts": {
"prepublish": "gulp styles"
},
"devDependencies": {
"browser-sync": "^2.9.10",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.2",
"gulp-concat": "^2.6.0",
"gulp-cssstats": "^1.0.1",
"gulp-minify-css": "^1.2.1",
"gulp-plumber": "^1.0.1",
"gulp-sass": "^2.0.4",
"gulp-sass-glob": "0.0.8",
"gulp-sequence": "^0.4.1",
"gulp-shell": "^0.5.0",
"gulp-stylelint": "^2.0.2",
"gulp-uglify": "^1.4.1",
"gulp-util": "^3.0.6",
"stylelint-config-standard": "^6.0.0"
},
"contributors": [
{
"name": "Chris Griffith",
"email": "[email protected]",
"url": "http://chrisgriffith.co"
},
{
"name": "Sean Washington",
"email": "[email protected]",
"url": "http://seanwash.com"
}
],
"keywords": [
"css",
"scss",
"functional",
"utility",
"oocss",
"framework",
"atomic"
],
"repository": {
"type": "git",
"url": "https://github.com/decent-scss/decent"
},
"bugs": {
"url": "https://github.com/decent-scss/decent/issues"
},
"license": {
"type": "MIT",
"url": "https://opensource.org/licenses/MIT"
}
}