forked from leantony/laravel-grid
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.04 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
34
35
36
37
38
{
"name": "laravel_grid",
"version": "2.0.0",
"description": "laravel data grid inspired by the yii2 gridview",
"main": "none",
"directories": {
"doc": "docs",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"babel": "babel --presets es2015 src/resources/assets/js/grid.js -o src/resources/assets/dist/js/grid.js --source-maps",
"css": "node-sass --include-path scss src/resources/assets/css/grid.scss src/resources/assets/dist/css/grid.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leantony/laravel-grid.git"
},
"keywords": [
"laravel",
"laravel-grid",
"grid",
"grid-generator",
"pjax",
"bootstrap"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/leantony/laravel-grid/issues"
},
"homepage": "https://github.com/leantony/laravel-grid#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"node-sass": "^4.9.0"
}
}