{
  "name": "v2f",
  "version": "1.0.0",
  "description": "Turn a video into strips of precise 16mm-size stills",
  "main": "v2f.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "mmcwilliams",
  "license": "MIT",
  "nexe" : {
	  "output" : "../video_to_page_nexe/v2f",
	  "runtime": {
			"ignoreFlags": true,
			"framework" : "nodejs",
			"version" : "5.0.0"
		}
  }
}