{
	"name": "neoarc-robot-js",
	"version": "2.0.2",
	"robot": "2.0.1",
	"license": "Zlib",
	"main": "lib/robot.js",
	"gypfile": true,
	"description": "Native system automation for node.js",
	"homepage": "http://getrobot.net",
	"author": {
		"name": "David Krutsko",
		"email": "dave@krutsko.net",
		"url": "http://krutsko.net"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/robot/robot-js.git"
	},
	"bugs": {
		"url": "https://github.com/robot/robot-js/issues"
	},
	"scripts": {
		"install": "node scripts/install.js || node-gyp rebuild",
		"test": "node test/test.js types timer"
	},
	"config": {
		"verify": true
	},
	"engines": {
		"node": "0.12 - 9"
	},
	"os": [
		"linux",
		"darwin",
		"win32"
	],
	"cpu": [
		"arm",
		"x64",
		"ia32"
	],
	"keywords": [
		"autoit",
		"native",
		"system",
		"automation",
		"hash",
		"keyboard",
		"mouse",
		"process",
		"memory",
		"window",
		"screen",
		"monitor",
		"display",
		"timer",
		"clock",
		"clipboard",
		"keylogging"
	],
	"dependencies": {
		"colors": "~1.1",
		"node-gyp": "~3.6"
	},
	"devDependencies": {
		"sprintf-js": "~1.1",
		"node-png": "~0.4",
		"readline-sync": "~1.4"
	}
}
