mirror of
https://github.com/wassname/keywordshitter2.git
synced 2026-06-27 16:10:23 +08:00
19 lines
479 B
JSON
19 lines
479 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": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"cors": "^2.7.1",
|
|
"express": "^4.13.4"
|
|
}
|
|
}
|