forked from ConciseCSS/concise.css
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.12 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
{
"name": "concise.css",
"version": "4.1.2",
"description": "A lightweight front-end framework that provides functionality without the bloat.",
"license": "MIT",
"keywords": [
"css",
"sass",
"scss",
"mobile-first",
"responsive",
"front-end",
"framework",
"web",
"lightweight",
"postcss"
],
"homepage": "http://concisecss.com",
"bugs": "https://github.com/ConciseCSS/concise.css/issues",
"repository": {
"type": "git",
"url": "https://github.com/ConciseCSS/concise.css"
},
"engines": {
"node": ">=6.0.0"
},
"devDependencies": {
"chokidar-cli": "^1.2.0",
"concise-cli": "^0.4.1",
"cssnano-cli": "^1.0.4",
"http-server": "^0.9.0",
"jake": "^8.0.15",
"livereload": "^0.6.0",
"stylestats": "^6.3.0",
"postcss": "^5.0.21",
"postcss-custom-media": "^5.0.1",
"postcss-lh": "^1.1.0",
"postcss-media-minmax": "^2.1.2",
"postcss-input-range": "^2.0.0"
},
"scripts": {
"build": "jake build",
"build:dev": "jake default",
"stats": "stylestats dist/concise.css",
"stats:min": "stylestats dist/concise.min.css"
}
}