1
0
mirror of https://github.com/taniarascia/new-moon.git synced 2025-04-19 11:22:15 +03:00
new-moon-theme/package.json
2021-07-12 22:57:28 -05:00

29 lines
723 B
JSON

{
"name": "new-moon",
"version": "1.0.0",
"private": true,
"description": "🌙 New Moon Syntax Theme - the optimized dark theme for web development.",
"repository": {
"type": "git",
"url": "git+https://github.com/taniarascia/new-moon.git"
},
"author": "Tania Rascia",
"license": "MIT",
"bugs": {
"url": "https://github.com/taniarascia/new-moon/issues"
},
"homepage": "https://taniarascia.github.io/new-moon/",
"main": "",
"keywords": [],
"dependencies": "",
"devDependencies": {
"autoprefixer": "^9.8.0",
"postcss-cli": "^7.1.1"
},
"scripts": {
"prefix": "npm run postcss",
"postcss": "postcss --replace docs/css/main.css",
"test": "npm run postcss"
}
}