{
	"name": "translator",
	"description": "[ABANDONED] Translator for node and also for browser",
	"version": "1.9.1",
	"author": {
		"name": "David Kudera",
		"email": "kudera.d@gmail.com"
	},
	"keywords": [
		"translator",
		"localization",
		"i18n"
	],
	"repository": {
		"type": "git",
		"url": "git@github.com:Carrooi/Node-Translator.git"
	},
	"license": "MIT",
	"engines": {
		"node": "*"
	},
	"main": "./lib/Translator.js",
	"dependencies": {
		"cache-storage": "~2.0.0",
		"normalize-arguments": "~1.2.0",
		"callsite": "~1.0.0",
		"fs-finder": "~1.8.0"
	},
	"devDependencies": {
		"chai": "~1.8.1",
		"mocha": "~1.17.1",
		"mocha-phantomjs": "~3.3.1",
		"phantomjs": "~1.9.6-0"
	},
	"scripts": {
		"test": "npm run test-node && npm run test-browser",
		"build-and-test": "npm run build-test && npm run test",
		"test-node": "mocha ./test/node/index.js --reporter spec",
		"test-browser": "mocha-phantomjs -p ./node_modules/phantomjs/bin/phantomjs ./test/browser/index.html",
		"build-test": "cd ./test/browser; simq build;"
	}
}
