-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 744 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 744 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
{
"name": "sp-elements-xml",
"version": "1.0.0",
"description": "Generates Elements.xml and SharePointProjectItem.spdata for use in SharePoint add-ins.",
"scripts": {
"test": "mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "https://github.com/lambrossy/sp-elements-xml.git"
},
"keywords": [
"SharePoint"
],
"author": "Lambros Symeonakis",
"license": "MIT",
"bugs": {
"url": "https://github.com/lambrossy/sp-elements-xml/issues"
},
"homepage": "https://github.com/lambrossy/sp-elements-xml#readme",
"bin": {
"sp-elements-xml": "index.js"
},
"dependencies": {
"minimist": "^1.2.0",
"readdir-recursive": "0.0.4",
"shelljs": "^0.7.8",
"xml": "^1.0.1"
}
}