mirror of
https://github.com/seigler/fhqwhgads
synced 2025-07-26 06:26:09 +00:00
24 lines
643 B
JSON
24 lines
643 B
JSON
{
|
|
"name": "fhqwhgads.bit",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "novelty site",
|
|
"main": "src/scripts/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Joshua Seigler",
|
|
"license": "CC BY 4.0",
|
|
"devDependencies": {
|
|
"grunt": "~0.4.5",
|
|
"grunt-autoprefixer": "~2.0.0",
|
|
"grunt-cleanempty": "~1.0.1",
|
|
"grunt-contrib-clean": "~0.6.0",
|
|
"grunt-contrib-copy": "~0.7.0",
|
|
"grunt-contrib-less": "~0.12.0",
|
|
"grunt-contrib-uglify": "~0.6.0",
|
|
"grunt-contrib-watch": "~0.6.1",
|
|
"grunt-php": "~1.1.1",
|
|
"grunt-contrib-connect": "^1.0.2"
|
|
}
|
|
}
|