forked from nuxeo-sandbox/nuxeo-node-custom-importer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 796 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": "nuxeo-custom-importer",
"version": "0.1.0",
"description": "Command line tool to import a local folder to a Nuxeo Platform instance.",
"main": "lib/main.js",
"bin": {
"nuxeo-custom-importer": "./bin/nuxeo-custom-importer"
},
"author": "Nuxeo (http://www.nuxeo.com/)",
"contributors": [
{
"name": "Thomas Roger",
"email": "[email protected]"
}
],
"homepage": "https://github.com/troger/nuxeo-node-custom-importer",
"repository": {
"type": "git",
"url": "git://github.com/troger/nuxeo-node-custom-importer.git"
},
"licenses": [
{
"type": "Apache",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"dependencies": {
"async": "^0.9.0",
"commander": "^2.3.0",
"nuxeo": "^0.6.0"
}
}