forked from sadhack/spcrud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 869 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "spcrud",
"version": "2018.03.06",
"description": "Make SharePoint 2013 list item edits easy from JavaScript with a common library that generates HTTP traffic formatted with correct headers and verbs. Support for both Angular 1 (spcrud.js) and Angular 2+ (spcrud.ts). Enjoy!",
"main": "spcrud.js",
"directories": {
"doc": "doc"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/spjeff/spcrud.git"
},
"keywords": [
"SharePoint",
"2013",
"2016",
"Office",
"365",
"REST",
"SPList",
"CRUD"
],
"author": "Jeff Jones <[email protected]> (http://spjeff.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/spjeff/spcrud/issues"
},
"homepage": "https://github.com/spjeff/spcrud#readme"
}