forked from projectsend/projectsend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.26 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.26 KB
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": "projectsend",
"description": "ProjectSend is an open source, clients-oriented, private file sharing web application.",
"repository": "https://github.com/projectsend/projectsend",
"author": "Ignacio Nelson <info@subwaydesign.com.ar>",
"version": "1.0.0",
"license": "GPL-3.0-or-later",
"main": "index.js",
"scripts": {
"build_own_assets": "grunt",
"replace_constants": "grunt php_constants",
"prepare_dist": "grunt prepare_dist"
},
"dependencies": {
"axios": "0.18.0",
"jquery": "3.3.1",
"jquery-migrate": "3.0.1",
"bootstrap": "3.3.7",
"bootstrap-datepicker": "1.8.0",
"bootstrap-toggle": "2.2.2",
"chosen-js": "1.8.7",
"font-awesome": "4.7.0",
"footable": "2.0.6",
"chart.js": "2.7.3",
"js-cookie": "2.2.0",
"node-jen": "1.1.0",
"@yaireo/tagify": "2.9.1",
"sprintf-js": "1.1.2"
},
"devDependencies": {
"grunt": "^1.0.2",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-nodeunit": "^2.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^3.4.0",
"grunt-php-set-constant": "0.0.15",
"grunt-shell": "^2.1.0"
}
}