forked from persianphilosopher/press-css
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 718 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 718 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
{
"name": "press-css",
"version": "2.1.1",
"description": "A flat, material, no bullshit CSS button library.",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/codyogden/press-css.git"
},
"author": "Cody Ogden <cody@codyogden.com>",
"license": "MIT",
"scripts": {
"build": "node-sass --output-style compressed ./scss/_import-now.scss ./css/press.css",
"dev": "node-sass ./scss/_import-now.scss ./css/press.css"
},
"dependencies": {
"node-sass": "^4.12.0"
},
"bugs": {
"url": "https://github.com/codyogden/press-css/issues"
},
"homepage": "https://github.com/codyogden/press-css#readme",
"main": "index.js",
"keywords": [
"css",
"ui"
]
}