-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 873 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 873 Bytes
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
{
"name": "fable-import-sharepoint",
"version": "0.0.0",
"description": "Fable bindings for SharePoint",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hsharpsoftware/fable-import-sharepoint"
},
"keywords": [
"sharepoint"
],
"author": "David Podhola",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/hsharpsoftware/fable-import-sharepoint/issues"
},
"homepage": "https://github.com/hsharpsoftware/fable-import-sharepoint",
"devDependencies": {
"fable-compiler": "^0.7.49",
"fable-core": "^0.7.28",
"rsvp": "^3.3.3",
"xlsx-style": "^0.8.13",
"fs-extra": "^2.0.0",
"log4javascript": "^1.4.15",
"fable-hsharp-support-browser": "^0.0.3"
},
"dependencies": {
"fable-powerpack": "0.0.19"
}
}