{
  "name": "tsdms",
  "version": "0.1.0",
  "description": "Time Series Data Management System",
  "keywords": [
    "Time Series Data", "DMS"
  ],
  "dependencies": {
    "aes-js": "^0.2.4",
    "bcrypt": "^0.8.5",
    "chokidar": "^1.4.3",
    "ejs": "2.3.4",
    "express": "^4.13.4",
    "grunt": "0.4.5",
    "grunt-contrib-clean": "0.6.0",
    "grunt-contrib-coffee": "0.13.0",
    "grunt-contrib-concat": "0.5.1",
    "grunt-contrib-copy": "0.5.0",
    "grunt-contrib-cssmin": "0.9.0",
    "grunt-contrib-jst": "0.6.0",
    "grunt-contrib-less": "1.1.0",
    "grunt-contrib-uglify": "0.7.0",
    "grunt-contrib-watch": "0.5.3",
    "grunt-sails-linker": "~0.10.1",
    "grunt-sync": "0.2.4",
    "include-all": "~0.1.6",
    "moment": "^2.12.0",
    "mustache": "^2.2.1",
    "rc": "1.0.1",
    "react": "^0.14.7",
    "react-dom": "^0.14.7",
    "react-router": "^2.0.0",
    "sails": "~0.12.1",
    "sails-disk": "~0.10.9",
    "sails-migrations": "^2.0.8"
  },
  "scripts": {
    "debug": "node debug app.js",
    "start": "node app.js",
    "test": "jest",
    "setup": "sails-migrations migrate"
  },
  "main": "app.js",
  "repository": {
    "type": "git",
    "url": "https://bitbucket.org/sharingapples/wscada.net-server.git"
  },
  "author": "Ranjan Shrestha",
  "license": "ISC",
  "homepage": "https://bitbucket.org/sharingapples/wscada.net-server#readme",
  "devDependencies": {
    "babel-jest": "^9.0.3",
    "jest-cli": "^0.9.2",
    "md5": "^2.1.0"
  }
}
