-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 891 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 891 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
27
28
29
30
31
32
33
34
{
"name": "quidphp-javascript",
"version": "5.31.11",
"description": "JavaScript module useful for both the front-end & back-end",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "mix",
"prod": "mix --production",
"watch": "mix watch",
"test": "node test/run.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/quidphp/javascript.git"
},
"keywords": [
"quidphp",
"quid",
"php-framework",
"js-framework",
"nodejs"
],
"author": "Pierre-Philippe Emond",
"license": "MIT",
"bugs": {
"url": "https://github.com/quidphp/javascript/issues"
},
"homepage": "https://github.com/quidphp/javascript#readme",
"devDependencies": {
"laravel-mix": "^6.0.43",
"laravel-mix-polyfill": "^3.0.1"
}
}