ghost-css/package.json

15 lines
296 B
JSON
Raw Normal View History

2022-11-12 13:05:05 +01:00
{
"name": "ghost",
"version": "1.0.0",
"description": "an abstract baseline css framework",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"modern-normalize": "^1.1.0"
}
}