forked from wassname/keywordshitter2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 821 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "keywordshitter2",
"version": "0.0.5",
"description": "The second generation of keyword shitter. Bigger, better, and more pungent than other products.",
"main": "public/js/main.js",
"repository": "https://github.com/wassname/keywordshitter2",
"scripts": {
"test": "public/test.html",
"build-css": "lessc ./src/less/main.less > public/css/style.css",
"build": "npm run build-css",
"start": "node server.js",
"debug": "NODE_ENV=dev DEBUG=* nodemon server",
"production": "NODE_ENV=production npm start"
},
"author": "blackmia,wassname",
"license": "MIT",
"devDependencies": {
"chai": "^3.5.0",
"cors": "^2.7.1",
"debug": "^2.2.0",
"express": "^4.13.4",
"lessc": "latest",
"mocha": "^2.4.5",
"morgan": "^1.6.1",
"winston": "^2.1.1"
}
}