mirror of
https://github.com/seigler/fhqwhgads
synced 2025-07-26 22:46:08 +00:00
added node and grunt stuff, improved cursor and selection handling
This commit is contained in:
parent
e226475f42
commit
edae59d5e7
23 changed files with 487 additions and 114 deletions
23
package.json
Normal file
23
package.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"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-contrib-copy": "~0.7.0",
|
||||
"grunt-contrib-clean": "~0.6.0",
|
||||
"grunt-contrib-less": "~0.12.0",
|
||||
"grunt-autoprefixer": "~2.0.0",
|
||||
"grunt-contrib-watch": "~0.6.1",
|
||||
"grunt-contrib-uglify": "~0.6.0",
|
||||
"grunt-cleanempty": "~1.0.1",
|
||||
"grunt-php": "~1.1.1"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue