xmlapi
Version:
a common interface for Node and browser native XML APIs
48 lines (47 loc) • 1.21 kB
JSON
{
"name": "xmlapi",
"version": "0.0.24",
"description": "a common interface for Node and browser native XML APIs",
"files": [
"lib/**/*.{js,d.ts}",
"test/**/*.{js,d.ts}",
"utils.{js,d.ts}",
"index.{js,d.ts}"
],
"main": "index.js",
"typings": "index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/msklvsk/xmlapi.git"
},
"keywords": [
"XML",
"xml",
"DOM",
"dom",
"libxmljs",
"XMLDocument",
"interface"
],
"author": "Bohdan Moskalevskyi <msklvsk@icloud.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/msklvsk/xmlapi/issues"
},
"homepage": "https://github.com/msklvsk/xmlapi#readme",
"devDependencies": {
"tslint": "^3.10.2",
"tslint-eslint-rules": "^1.3.0",
"tslint-microsoft-contrib": "^2.0.7",
"typescript": "^2.3.4"
},
"scripts": {
"build": "tsc -p src",
"build:w": "npm run build -- -w",
"prepublish": "npm run build",
"test": "echo 'Please run tests on concrete implementations of this interface, like https://github.com/msklvsk/xmlapi-libxmljs or https://github.com/msklvsk/xmlapi-web' && exit 1"
},
"dependencies": {
"wu": "^2.1.0"
}
}