forked from gitbrent/SpRestLib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.48 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "sprestlib",
"version": "1.10.0-beta",
"author": {
"name": "Brent Ely",
"url": "https://github.com/gitbrent/"
},
"description": "SharePoint REST Web Services JavaScript Library",
"homepage": "https://gitbrent.github.io/SpRestLib/",
"license": "MIT",
"dependencies": {
"https": ">=1.0.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-ignore": "^2.0.2",
"gulp-insert": "^0.5.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^3.0.0"
},
"browser": {
"https": false
},
"main": "dist/sprestlib.js",
"types": "dist/sprestlib.d.ts",
"directories": {
"example": "example",
"lib": "dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gitbrent/sprestlib.git"
},
"keywords": [
"javascript-rest-library",
"javascript-sharepoint-rest",
"javascript-sharepoint-services",
"javascript-sharepoint-web-services",
"javascript-sp-web-services",
"sharepoint-javascript",
"sharepoint-javascript-framework",
"sharepoint-javascript-library",
"sharepoint-javascript-list",
"sharepoint-javascript-rest",
"sharepoint-javascript-webpart",
"sharepoint-angular",
"sharepoint-react",
"sharepoint-node",
"sharepoint-rest-api",
"sharepoint-rest-library",
"sharepoint-web-services",
"sharepoint-web-services-library"
],
"bugs": {
"url": "https://github.com/gitbrent/sprestlib/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./node_modules/gulp/bin/gulp.js"
}
}