forked from MasaCMS/MasaCMS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 1.03 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
{
"name": "masacms",
"version": "7.4.6",
"description": "[Masa CMS](http://www.masacms.com) is a digital experience platform, created by [blueriver](http://www.blueriver.com) as Mura CMS, forked by [We Are North](https://www.wearenorth.eu). Masa CMS was designed to build ambitious web, multi-channel, business-to-business and business-to-employee applications, and create Flow in the digital experience for Content Managers, Content Contributors, Marketers and Developers.",
"main": "gulpfile.js",
"dependencies": {},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-less": "^5.0.0",
"gulp-minify": "^3.1.0",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^3.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MasaCMS/MasaCMS.git"
},
"bugs": {
"url": "https://github.com/MasaCMS/MasaCMS/issues"
},
"homepage": "https://github.com/MasaCMS/MasaCMS#readme"
}