Improve ui, refactor

This commit is contained in:
2016-02-07 14:49:05 +08:00
parent 34cab4ec4f
commit 8ff8b2ac6d
9 changed files with 8175 additions and 139 deletions
+5 -3
View File
@@ -1,10 +1,12 @@
{
"name": "keywordshitter2",
"version": "0.0.5",
"description": "Thinking about improving keyword shitter.",
"main": "index.js",
"description": "The second generation of keyword shitter. Bigger, better, and more pungent than other products.",
"main": "public/index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "mocha",
"build-css": "lessc ./src/less/main.less > public/css/style.css",
"build": "npm run build-css"
},
"author": "",
"license": "MIT"