added node and grunt stuff, improved cursor and selection handling

This commit is contained in:
Joshua Seigler 2014-12-20 14:02:54 -05:00
parent e226475f42
commit edae59d5e7
23 changed files with 487 additions and 114 deletions

23
package.json Normal file
View 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"
}
}