forked from b2evolution/b2evolution
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 763 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 763 Bytes
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
{
"name": "b2evolution",
"version": "7.2.1-beta",
"description": "This file is used to define all modules used by grunt. Run 'npm install' or 'npm udapte' to download/update these packages.",
"license": "GPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/b2evolution/b2evolution.git"
},
"devDependencies": {
"grunt": "^1.2.1",
"grunt-autoprefixer": "^3.0.3",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-markdown": "^0.7.0",
"grunt-sass": "^3.1.0"
},
"dependencies": {
"diff": ">=3.5.0",
"npm": "^6.14.7"
}
}