-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.original.json
More file actions
54 lines (54 loc) · 1.86 KB
/
package.original.json
File metadata and controls
54 lines (54 loc) · 1.86 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
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "octobermovies",
"description": "October Movies CMS is a self-hosted CMS platform based on the Laravel PHP Framework.",
"directories": {
"test": "tests"
},
"scripts": {
"compile-less": "php artisan october:util compile less",
"compile-js": "php artisan october:util compile js",
"watch-less": "onchange -v \"modules/**/*.less\" \"plugins/**/*.less\" -- php artisan october:util compile less",
"watch-js": "onchange -v \"modules/**/*.js\" \"plugins/**/*.js\" --exclude \"**/*-min.js\" -- php artisan october:util compile js",
"test": "mocha --require @babel/register tests/js/cases/**/*.js",
"dev": "cross-env NODE_ENV=development webpack --progress --hide-modules",
"watch": "cross-env NODE_ENV=development webpack --watch --progress --hide-modules",
"hot": "cross-env NODE_ENV=development webpack-dev-server --inline --hot",
"production": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ADPC-LLC/LearnOctoberCMS.git"
},
"contributors": [
"Alexey Bobkov <aleksey.bobkov@gmail.com>",
"Samuel Georges <daftspunky@gmail.com>"
],
"bugs": {
"url": "https://github.com/ADPC-LLC/LearnOctoberCMS/issues"
},
"homepage": "git+https://github.com/ADPC-LLC/LearnOctoberCMS#readme",
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/node": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/register": "^7.5.5",
"babel-plugin-module-resolver": "^3.2.0",
"chai": "^4.2.0",
"jquery": "^3.4.1",
"jsdom": "^15.1.1",
"laravel-mix": "^6.0.43",
"mocha": "^6.2.0",
"onchange": "^6.1.0",
"sinon": "^7.4.1"
},
"version": "1.0.0",
"main": "index.js",
"keywords": [
"Laravel",
"Mix",
"Webpack"
],
"author": "Andre Du Plesssis",
"license": "ISC"
}