{
  "name": "sumeru",
  "version": "0.10.4",
  "description": "A Realtime Javascript RIA Framework For Mobile WebApp",
  "main": "app.js",
  "scripts": {
    "test": "make test",
    "start": "node app.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tongyao/sumeru.git"
  },
  "keywords": [
    "javascript",
    "nodejs",
    "webapp"
  ],
  "dependencies": {
    "mkdirp": "0.3.5",
    "mongodb": "1.3",
    "shelljs": "0.2",
    "sockjs": "0.3",
    "uglify-js": "2.4",
    "redis": "0.10",
    "clean-css": "2.1"
  },
  "devDependencies": {
    "mocha": "1.8.1",
    "chai": "1.7.2",
    "coveralls":"2.1.0",
    "mocha-lcov-reporter":"0.0.1"
  },
  "bin": {
    "sumeru": "./sumeru/npm-tools/sumeru"
  },
  "author": "sumeru team",
  "license": "MIT"
}
