xmlapi-web
Version:
browser implementation of xmlapi
60 lines (59 loc) • 1.52 kB
JSON
{
"name": "xmlapi-web",
"version": "0.0.2",
"description": "browser implementation of xmlapi",
"files": [
"lib/**/*.{js,d.ts}",
"index.{js,d.ts}"
],
"main": "index.js",
"typings": "index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/msklvsk/xmlapi-web.git"
},
"keywords": [
"xmlapi",
"XML",
"DOM",
"libxmljs",
"XMLDocument",
"interface"
],
"author": "Bohdan Moskalevskyi <msklvsk@icloud.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/msklvsk/xmlapi-web/issues"
},
"homepage": "https://github.com/msklvsk/xmlapi-web#readme",
"dependencies": {
"xmlapi": "~0.0.1"
},
"devDependencies": {
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-chrome-launcher": "^1.0.1",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-opera-launcher": "^1.0.0",
"karma-safari-launcher": "^1.0.0",
"karma-safaritechpreview-launcher": "0.0.4",
"karma-sauce-launcher": "^1.0.0",
"karma-webpack": "^1.7.0",
"systemjs": "^0.19.29",
"tslint": "^3.10.2",
"tslint-eslint-rules": "^1.3.0",
"tslint-microsoft-contrib": "^2.0.7",
"typescript": "^1.8.10",
"typings": "^1.0.4",
"webpack": "^1.13.1",
"wu": "^2.1.0"
},
"scripts": {
"build": "tsc -p src",
"build:w": "npm run build -- -w",
"prepublish": "typings install && npm run build",
"test": "karma start",
"localtest": "karma start karma-local.conf.js"
}
}