-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
44 lines (43 loc) · 1014 Bytes
/
composer.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "mightymedia/mfv",
"description": "Generic client-side form validator written in JavaScript",
"version": "0.3.1",
"readme": "README.md",
"license": "MIT",
"authors": [
{
"name": "Bas van den Wijngaard",
"email": "[email protected]",
"homepage": "https://basvandenwijngaard.nl",
"role": "Developer"
}
],
"require": {
"mouf/nodejs-installer": "^1.0.13"
},
"require-dev": {
},
"config": {
"preferred-install": {
"*": "dist"
},
"sort-packages": true
},
"scripts": {
"post-install-cmd": [
"./build/install-gulp.sh"
],
"post-update-cmd": [
"./build/update-gulp.sh"
]
},
"extra": {
"mouf": {
"nodejs": {
"version": "~14.0",
"targetDir": "vendor/nodejs/nodejs",
"forceLocal": false
}
}
}
}