UNPKG

markscript-core

Version:

A library for building JavaScript or TypeScript projects with MarkLogic.

33 lines (32 loc) 824 B
{ "name": "markscript-core", "version": "0.6.8", "description": "A library for building JavaScript or TypeScript projects with MarkLogic.", "main": "lib/index.js", "typings": "lib/index.d.ts", "repository": "christyharagan/markscript", "author": { "name": "Christy Haragan", "email": "christy.haragan.github@gmail.com", "url": "https://github.com/christyharagan" }, "keywords": [ "marklogic", "javacript", "typescript" ], "license": "MIT", "dependencies": { "marklogic": "1.0.3", "marklogic-node-typescript-definitions": "^0.1.0", "ml-admin": "^0.6.0", "typescript": "^1.6.2", "typescript-package": "^0.4.0", "typescript-schema": "^0.7.7" }, "devDependencies": { "mocha": "^2.3.3", "should": "^7.1.0", "should-promised": "^0.3.1" } }