https://github.com/mizzao/CrowdMapper
Raw File
Tip revision: 0d015e50e4de5431df8b39370a2f8b2a22b1cbac authored by Andrew Mao on 27 August 2015, 15:26:08 UTC
Add video link
Tip revision: 0d015e5
package.json
{
  "name": "CrowdMapper",
  "version": "0.0.0",
  "description": "Crisis mapping and collective intelligence experiment",
  "main": "index.js",
  "directories": {
    "test": "tests"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/TurkServer/CrowdMapper.git"
  },
  "author": "Andrew Mao",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/TurkServer/CrowdMapper/issues"
  },
  "homepage": "https://github.com/TurkServer/CrowdMapper",
  "devDependencies": {
    "zerorpc": "^0.9.3"
  }
}
back to top