{ "name": "medic-enketo-xslt", "version": "1.5.0", "description": "XSL stylesheets for the Enketo XForm transformation to be run client-side in a web browser", "main": "index.js", "bugs": { "url": "https://github.com/medic/enketo-xslt/issues", "email": "devs@medicmobile.org" }, "scripts": { "test": "grunt test && mocha test/*.spec.js" }, "repository": { "type": "git", "url": "https://github.com/medic/enketo-xslt.git" }, "keywords": [ "Enketo", "ODK", "OpenRosa", "XSLT", "XSL", "Transformer" ], "author": "Martijn van de Rijdt", "contributors": [ { "name": "Alex Anderson" } ], "license": "Apache-2.0", "devDependencies": { "chai": "^4.1.2", "grunt": "^1.0.1", "grunt-xmllint": "^1.0.0", "karma": "^1.7.1", "karma-chai": "^0.1.0", "karma-chrome-launcher": "^2.2.0", "karma-firefox-launcher": "^1.0.1", "karma-mocha": "^1.3.0", "mocha": "^4.0.1" } }