-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
57 lines (57 loc) · 1.38 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
{
"name": "egnyte-js-sdk",
"version": "2.10.1",
"description": "An SDK for Egnyte integrations",
"main": "src/slim.js",
"engines": {
"node": ">=0.10.28"
},
"repository": {
"type": "git",
"url": "http://github.com/egnyte/egnyte-js-sdk.git"
},
"keywords": [
"egnyte",
"storage",
"file",
"filepicker"
],
"author": "[email protected]",
"license": "Apache2",
"scripts": {
"test": "grunt test-node"
},
"dependencies": {
"chunking-streams": "0.0.8",
"pinkyswear": "^2.2.3",
"q": "^1.4.1",
"request": "^2.88.2",
"vkey": "1.0.0",
"xhr": "2.1.0"
},
"browser": {
"q": "./src/lib/promises-browser.js",
"request": "xhr",
"./src/lib/api.js": "./src/lib/api-browser.js"
},
"devDependencies": {
"bundle-collapser": "^1.1.0",
"concat-stream": "^1.6.2",
"grunt": "^0.4.5",
"grunt-browserify": "^4.0.1",
"grunt-connect-proxy": "^0.2.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "^0.8.1",
"grunt-contrib-jasmine": "^1.0.3",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-dependo": "^0.1.2",
"grunt-jasmine-nodejs": "^1.4.3",
"grunt-markdown": "^0.7.0",
"node-lessify": "0.0.10",
"readable-stream": "^2.0.2",
"through2": "^2.0.0"
}
}