-
Notifications
You must be signed in to change notification settings - Fork 72
/
Copy pathpackage.json
26 lines (24 loc) · 1.07 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
{
"name": "afterlogic-aurora-platform",
"version": "9.0.0",
"description": "",
"homepage": "https://afterlogic.com/webmail-client",
"repository": "https://github.com/afterlogic/webmail-pro-8",
"author": {
"name": "Afterlogic Corp.",
"email": "support@afterlogic.com",
"web": "http://afterlogic.com"
},
"license": "AGPL-3.0",
"scripts": {
"js:build": "node -e \"require('./modules/CoreWebclient/gulp-tasks/javascript.js').default.build()\"",
"js:min": "node -e \"require('./modules/CoreWebclient/gulp-tasks/javascript.js').default.min()\"",
"js:watch": "node -e \"require('./modules/CoreWebclient/gulp-tasks/javascript.js').default.watch()\"",
"styles:build": "node -e \"require('./modules/CoreWebclient/gulp-tasks/styles.js').default.build()\"",
"styles:cssonly": "node -e \"require('./modules/CoreWebclient/gulp-tasks/styles.js').default.cssonly()\"",
"styles:watch": "node -e \"require('./modules/CoreWebclient/gulp-tasks/styles.js').default.watch()\""
},
"dependencies": {
"corewebclient": "file:./modules/CoreWebclient"
}
}