pagecss
Version:
Beautiful CSS for single page sites - simple all the way up!
17 lines (16 loc) • 370 B
JSON
{
"name": "pagecss",
"version": "0.4.0",
"description": "Beautiful CSS for single page sites - simple all the way up!",
"main": "dist/page.css",
"style": "dist/page.min.css",
"scripts": {
"build": "node build.js",
"watch": "node watch.js"
},
"repository": "chilts/pagecss",
"dependencies": {
"node-sass": "^4.5.3"
},
"license": "MIT"
}