alfresco-js-api
Version:
JavaScript client library for the Alfresco REST API
18 lines (17 loc) • 394 B
JSON
{
"name": "alfresco-auth-rest-api",
"version": "0.1.0",
"description": "Provides access to the Authentication features of Alfresco",
"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"
}
}