mirror of
https://github.com/wassname/keywordshitter2.git
synced 2026-06-27 16:10:23 +08:00
14 lines
381 B
JSON
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"
|
|
}
|