node-datajs
Version:
datajs (version 1.1.2) - javascript library for OData
52 lines (51 loc) • 1.17 kB
JSON
{
"name": "node-datajs",
"version": "2.0.2",
"description": "datajs (version 1.1.2) - javascript library for OData",
"main": "index.js",
"devDependencies": {
"event-stream": "^3.2.1",
"gulp": "^3.8.10",
"gulp-changed": "^1.0.0",
"gulp-compile-handlebars": "^0.6.1",
"gulp-concat": "^2.4.0",
"gulp-newer": "^0.3.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.4",
"gulp-rimraf": "^0.1.0",
"gulp-shell": "^0.2.9",
"gulp-uglify": "^1.0.1",
"handlebars": "^3.0.1",
"through": "2.3.6 "
},
"dependencies": {
"xmldom": "^0.1.22",
"xmlhttprequest": "^1.8.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/metavine/node-datajs.git"
},
"maintainers": [
{
"name": "Eric Tang",
"email": "etang@metavine.com"
}
],
"keywords": [
"Microsoft",
"datajs",
"odata",
"v2",
"v3"
],
"author": "Microsoft",
"license": "MIT",
"bugs": {
"url": "https://github.com/metavine/node-datajs/issues"
},
"homepage": "https://github.com/metavine/node-datajs"
}