mirror of
https://github.com/wassname/keywordshitter2.git
synced 2026-06-27 16:10:23 +08:00
8e80e77cc8
And improved datatable
20 lines
519 B
JSON
20 lines
519 B
JSON
{
|
|
"name": "keywordshitter2",
|
|
"version": "0.0.5",
|
|
"description": "The second generation of keyword shitter. Bigger, better, and more pungent than other products.",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"test": "mocha",
|
|
"build-css": "lessc ./src/less/main.less > public/css/style.css",
|
|
"build": "npm run build-css",
|
|
"start": "node server.js"
|
|
},
|
|
"author": "blackmia,wassname",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"cors": "^2.7.1",
|
|
"express": "^4.13.4",
|
|
"lessc": "latest"
|
|
}
|
|
}
|