Files
keywordshitter2/package.json
T
2016-02-07 14:49:05 +08:00

14 lines
381 B
JSON

{
"name": "keywordshitter2",
"version": "0.0.5",
"description": "The second generation of keyword shitter. Bigger, better, and more pungent than other products.",
"main": "public/index.html",
"scripts": {
"test": "mocha",
"build-css": "lessc ./src/less/main.less > public/css/style.css",
"build": "npm run build-css"
},
"author": "",
"license": "MIT"
}