UNPKG

653 BJSONView Raw
1{
2 "name": "makatto",
3 "version": "0.0.1",
4 "description": "Makatto is a simple webdev stack which which compiles LESS/EJS templates and build a production version of your website.",
5 "bin": {
6 "makatto": "./bin/makatto"
7 },
8 "dependencies": {
9 "less": "~1.3.0",
10 "keypress": "~0.1.0",
11 "ejs": "~0.8.2",
12 "websocket.io": "~0.2.1",
13 "argsparser": "~0.0.6"
14 },
15 "devDependencies": {},
16 "scripts": {
17 "test": "echo \"Error: no test specified\" && exit 1"
18 },
19 "repository": {
20 "type": "git",
21 "url": "git://github.com/centi/Makatto.git"
22 },
23 "author": "Ivan Čentéš",
24 "license": "BSD"
25}