UNPKG

alfresco-js-api

Version:

JavaScript client library for the Alfresco REST API

18 lines (17 loc) 799 B
{ "name": "alfresco-core-rest-api", "version": "0.1.0", "description": "Provides access to the core features of Alfresco.\n\nThis API uses the term **entity** to refer to an object in an Alfresco repository.\nAn **entity** is of a specific **type**, and has a unique **id**.\n\n* The **id** of an entity of type **node** is the **NodeRef** with the `workspace://SpacesStore` prefix removed.\n* The **id** of an entity of type **site** is the site's short name.\n* The **id** for an entity of type **person** is the person's username.\n", "main": "src/index.js", "scripts": { "test": "./node_modules/mocha/bin/mocha --recursive" }, "dependencies": { "superagent": "1.7.1" }, "devDependencies": { "mocha": "~2.3.4", "sinon": "1.17.3", "expect.js": "~0.3.1" } }