Files
home/Projects/game-icons/package.json
2025-10-10 16:43:21 +02:00

23 lines
432 B
JSON

{
"name": "game-icons",
"style": "css/game-icons.css",
"sass": "scss/game-icons.scss",
"version": "0.1.1",
"repository": {
"type": "git",
"url": "git://github.com/nagoshiashumari/game-icons.git"
},
"devDependencies": {
"grunt": "^1.6.1",
"grunt-contrib-cssmin": "^5.0.0",
"grunt-webfont": "^1.7.2"
},
"scripts": {
"build": "grunt",
"test": "grunt scsslint"
},
"dependencies": {
"grunt-cli": "^1.5.0"
}
}