UNPKG

testx-xlsx-parser

Version:

Simple XLSX file parser for use with the testx library. Converts an XLSX sheet to testx test script (JSON)

32 lines (31 loc) 705 B
{ "name": "testx-xlsx-parser", "version": "1.0.1", "description": "Simple XLSX file parser for use with the testx library. Converts an XLSX sheet to testx test script (JSON)", "main": "index.coffee", "dependencies": { "coffee-errors": "^0.8.6", "formulajs": "^1.0.8", "lodash": "^4.16.4", "moment": "^2.15.2", "xlsx": "^0.8.0" }, "devDependencies": { "coffee-script": "^1.11.1" }, "scripts": { "test": "coffee test/test.coffee" }, "repository": { "type": "git", "url": "http://www.github.com/greyarch/testx-xlsx-parser.git" }, "keywords": [ "xlsx", "test", "testx", "excel" ], "author": "Greyarch BV", "license": "ISC" }