forked from ConciseCSS/concise.css
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.02 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.02 KB
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
{
"name": "Concise.css",
"version": "2.0.0",
"description": "A lightweight front-end framework that provides functionality without the bloat.",
"keywords": [ "css", "js", "scss", "sass", "mobile-first", "responsive", "front-end", "framework", "web" ],
"license": {
"type": "MIT",
"url": "https://github.com/ConciseCSS/concise.css/blob/master/LICENSE"
},
"repository": {
"type": "git",
"url": "git://github.com/ConciseCSS/concise.css.git"
},
"bugs": "https://github.com/ConciseCSS/concise.css/issues",
"homepage": "http://concisecss.com",
"devDependencies": {
"browser-sync": "^1.3.0",
"jshint-stylish": "^0.4.0",
"gulp": "^3.8.6",
"gulp-load-plugins": "~0.5.3",
"gulp-rename": "^1.2.0",
"gulp-size": "^1.0.0",
"gulp-cached": "~1.0.1",
"gulp-concat": "^2.3.4",
"gulp-header": "~1.0.5",
"gulp-ruby-sass": "^0.7.1",
"gulp-autoprefixer": "^0.0.8",
"gulp-csso": "^0.2.9",
"gulp-jshint": "^1.8.0",
"gulp-jscs": "^1.0.0",
"gulp-uglify": "~0.3.1"
}
}