-
-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
33 lines (33 loc) · 1.14 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
28
29
30
31
32
33
{
"name": "laravel-chunk-upload-example",
"version": "1.0.0",
"description": "> This example covers all supported Laravel versions. This implementation will allow us to test all versions at once.",
"main": "init.js",
"directories": {
"example": "example",
"test": "tests"
},
"scripts": {
"setup": "node setup.js --",
"test": "node tests.js --",
"test-local": "./node_modules/.bin/codeceptjs run --steps --verbose",
"test-debug": "CODECEPT_DEBUG=true ./node_modules/.bin/codeceptjs run --steps --verbose",
"compile-example": "cd example && npm run dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pionl/laravel-chunk-upload-example.git"
},
"author": "Martin Kluska <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pionl/laravel-chunk-upload-example/issues"
},
"homepage": "https://github.com/pionl/laravel-chunk-upload-example#readme",
"dependencies": {
"colors": "^1.4.0",
"execa": "^4.0.2",
"markdown-table": "^2.0.0",
"meow": "^7.0.1"
}
}