-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.18 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": "greedo",
"version": "2.1.0",
"description": "Flexbox-based responsive grid system",
"main": "greedo.css",
"style": "greedo.css",
"files": [
"greedo.css"
],
"scripts": {
"post": "postcss -c postcss.config.js -o greedo.css src/css/*.css",
"pre": "node-sass ./src/css/ --output ./src/css",
"watch": "npm run pre -- --watch",
"preview": "lite-server --baseDir=\"./src\" --open",
"server": "concurrently \"npm run preview\" \"npm run watch\"",
"build": "npm run pre && npm run post"
},
"author": {
"name": "Pavel Frankov",
"email": "[email protected]"
},
"license": "MIT",
"keywords": [
"greedo",
"grid",
"flex",
"flexbox",
"bootstrap"
],
"devDependencies": {
"autoprefixer": "^6.7.7",
"concurrently": "^3.4.0",
"css-mqpacker": "^5.0.1",
"cssnano": "^3.10.0",
"http-server": "^0.9.0",
"lite-server": "^2.3.0",
"node-sass": "^4.5.1",
"postcss-banner": "^3.0.0",
"postcss-cli": "^3.0.0",
"postcss-csso": "^2.0.0",
"postcss-cssstats": "^1.0.0"
},
"bugs": {
"url": "https://github.com/pfrankov/greedo/issues"
},
"homepage": "https://github.com/pfrankov/greedo"
}