forked from cardinalcss/cardinalcss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 987 Bytes
/
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
{
"name": "cardinalcss",
"version": "3.7.0",
"homepage": "http://cardinalcss.com",
"main": "cardinal.css",
"author": {
"name": "Chris Bracco"
},
"description": "Cardinal is a modular, 'mobile-first' CSS framework built with performance and scalability in mind.",
"repository": {
"type": "git",
"url": "https://github.com/cbracco/cardinal.git"
},
"bugs": {
"url": "https://github.com/cbracco/cardinal/issues"
},
"license": "MIT",
"devDependencies": {
"browser-sync": "~2.0.0-rc3",
"del": "~1.1.1",
"gulp": "~3.8.10",
"gulp-autoprefixer": "~2.1.0",
"gulp-csscomb": "~3.0.3",
"gulp-csslint": "~0.1.5",
"gulp-header": "~1.2.2",
"gulp-less": "~3.0.3",
"gulp-load-plugins": "~0.8.0",
"gulp-minify-css": "~0.4.3",
"gulp-plumber": "~0.6.6",
"gulp-rename": "~1.2.0",
"gulp-size": "~1.2.0",
"gulp-sourcemaps": "~1.3.0",
"gulp-util": "~3.0.2",
"gulp-watch": "~4.1.0",
"l": "~0.0.1"
}
}