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
41 lines (41 loc) · 1017 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 1017 Bytes
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
{
"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": {
"gulp": "^3.8.6",
"gulp-autoprefixer": "^0.0.8",
"gulp-cached": "~1.0.1",
"gulp-concat": "^2.3.4",
"gulp-csso": "^0.2.9",
"gulp-jscs": "^1.0.0",
"gulp-jshint": "^1.8.0",
"gulp-load-plugins": "~0.5.3",
"gulp-rename": "^1.2.0",
"gulp-sass": "^1.2.0",
"gulp-size": "^1.0.0",
"gulp-uglify": "~0.3.1",
"jshint-stylish": "^0.4.0"
}
}