forked from gauravtiwari5050/OpenPicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.2 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
{
"name": "openpicker",
"version": "0.1.1",
"description": "Open Picker : Open source and self hosted file picker for websites",
"engines": {
"node": ">4.0.0",
"npm": "2.x.x"
},
"bin": {
"openpicker": "./web.coffee"
},
"dependencies": {
"async": "2.0.0-rc.2",
"aws-sdk": "2.1.26",
"body-parser": "1.15.0",
"coffee": "^5.1.0",
"coffee-script": "1.10.0",
"compression": "1.3.x",
"connect-multiparty": "2.0.0",
"consolidate": "0.14.0",
"cookie-parser": "1.4.1",
"csurf": "1.8.3",
"ejs": "2.4.1",
"express": "4.13.4",
"fs-extra": "0.26.7",
"handlebars": "4.0.5",
"moment": "2.12.0",
"morgan": "1.7.0",
"nodemon": "1.9.1",
"prettysize": "0.0.3",
"properties-reader": "0.0.15",
"request": "2.69.0",
"tmp": "0.0.28",
"underscore": "1.8.3"
},
"devDependencies": {
"grunt": "latest",
"grunt-bower-concat": "latest",
"grunt-contrib-concat": "latest",
"grunt-contrib-connect": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-watch": "latest"
},
"author": "gauravtiwari5050",
"repository": {
"type": "git",
"url": "git@github.com:gauravtiwari5050/OpenPicker.git"
}
}