-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 932 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 932 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
35
{
"name": "laravel-data-method",
"version": "1.3.3",
"description": "Helper for laravel data-method links",
"main": "dist/data-method.js",
"scripts": {
"build": "gulp build",
"serve": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brexis/laravel-data-method.git"
},
"keywords": [
"laravel",
"data-method",
"form"
],
"author": "Boris KOUMONDJI <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/brexis/laravel-data-method/issues"
},
"homepage": "https://github.com/brexis/laravel-data-method#readme",
"dependencies": {
"jquery": "^3.4.1"
},
"devDependencies": {
"express": "^4.15.2",
"gulp": "^3.9.1",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.1",
"gulp-watch": "^5.0.1"
}
}