UNPKG

jsonfromresx

Version:

Convert resource files (.resx) into JavaScript objects.

41 lines (40 loc) 884 B
{ "name": "jsonfromresx", "version": "1.0.1", "description": "Convert resource files (.resx) into JavaScript objects.", "main": "src/jsonfromresx.js", "scripts": { "test": "nodeunit tests/" }, "repository": { "type": "git", "url": "git+https://github.com/binaryluke/jsonfromresx.git" }, "keywords": [ "resources", "resx", "json", "convert" ], "author": { "name": "Luke Howard", "email": "binaryluke@gmail.com" }, "license": "MIT", "bugs": { "url": "https://github.com/binaryluke/jsonfromresx/issues" }, "homepage": "https://github.com/binaryluke/jsonfromresx#readme", "files": [ "src" ], "devDependencies": { "grunt": "^0.4.5", "grunt-contrib-jshint": "^0.11.2", "grunt-contrib-nodeunit": "^0.4.1", "grunt-contrib-watch": "^0.6.1" }, "dependencies": { "xml2js": "^0.4.10" } }