{
    "name": "solapp",
    "version": "0.0.28",
    "scripts": {
        "start": "node solapp.js start",
        "test": "node solapp.js test"
    },
    "dependencies": {
        "coffee-script": "*",
        "express": "3.x",
        "uglify-js": "*",
        "platformenv": "*",
        "uutil": "*",
        "jsonml2html": "*"
    },
    "bin": {
        "solapp": "./solapp.coffee"
    },
    "fullname": "SolApp",
    "description": "Tool for quickly creating apps",
    "keywords": [],
    "author": "Rasmus Erik Voel Jensen (solsort.com)",
    "main": "solapp.js",
    "repository": {
        "type": "git",
        "url": "http://github.com/rasmuserik/solapp.git"
    }
}
