-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 981 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
{
"name": "civil.css",
"version": "1.11.0",
"description": "A minimal, opinionated, and content-centric CSS library designed for perfectionists by harnessing the magic of modular scale, and vertical rhythm.",
"main": "gulpfile.js",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-cssnano": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.2",
"run-sequence": "^1.1.4"
},
"scripts": {
"build": "gulp",
"dev": "gulp dev",
"setup": "npm install && bower install",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CivilApp/civil.css.git"
},
"author": "Ian Lai <[email protected]> (https://www.fyianlai.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/CivilApp/civil.css/issues"
},
"homepage": "https://github.com/CivilApp/civil.css#readme",
"private": true
}