{
  "name": "nornenjs",
  
  "version": "0.1.1",
  
  "description": "Implement volume rendering. Use NIVIDA CUDA and Byte stremaing",
  
  "keywords": [
    "NVIDIA",
    "CUDA",
    "GPU",
    "VOLUME RENDERING",
    "STREAMING"
  ],
  
  "homepage": "http://www.nornenjs.com",
  
  "author": {
    "name" : "Francis.Kim",
    "email" : "tjdrms0121@gmail.com"
  },
  
  "contributors": [
    {
      "name": "Teriusbin.Lee",
      "email": "teriusbin@naver.com"
    }
  ],

  "engines": { "node": ">= 0.10.35" },

  "dependencies": {
    "binaryjs" : "~0.2.1",
    "socket.io" : "~1.3.3",
    "hashmap" : "~2.0.1",
    "jpeg" : "~2.0.0",
    "png" : "~3.0.3",
    "sqlite3" : "~3.0.5",
    "winston" : "~0.9.0"
  },

  "main": "./lib/server.js",
  
  "directories": {
    "src": "src-cpp"
  },
  
  "scripts": {
    "preinstall": "node-gyp clean || true; node-gyp configure build",
    "install": "node-gyp rebuild"
  },
  
  "repository": {
    "type": "git",
    "url": "https://github.com/Francis0121/nornenjs.git"
  },

  "bugs" : { 
    "url" : "https://github.com/Francis0121/nornenjs/issues",
    "email" : "tjdrms0121@gmail.com"
  },
  
  "licenses": [ 
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/MIT"
    } 
  ]
}
