forked from nuxeo/nuxeo-js-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 919 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
33
34
35
36
37
38
39
40
41
42
{
"name": "nuxeo",
"description": "JavaScript client library for Nuxeo API",
"version": "0.3.0",
"main": "./lib/node/nuxeo",
"author": "Nuxeo (http://www.nuxeo.com/)",
"contributors": [
{
"name": "Thomas Roger",
"email": "troger@nuxeo.com"
}
],
"homepage": "https://github.com/nuxeo/nuxeo-js-client",
"repository": {
"type": "git",
"url": "git://github.com/nuxeo/nuxeo-js-client.git"
},
"engines": {
"node": ">= 0.10.0"
},
"keywords": [
"nuxeo"
],
"dependencies": {
"biguint-format": "~1.0.0",
"extend": "~1.2.1",
"lodash": "~2.4.1",
"restler": "~3.1.0",
"utf8": "2.0.0"
},
"devDependencies": {
"gulp-util": "~2.2.14",
"gulp": "~3.5.2",
"gulp-mocha": "~0.4.1",
"chai": "~1.9.0",
"temp": "~0.6.0"
},
"licenses" : [{
"type": "Apache",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}]
}