-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 1.36 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
39
40
41
42
{
"private": true,
"devDependencies": {
"ionicons": "^3.0.0"
},
"dependencies": {
"bootstrap": "^3.3.6",
"bootstrap-3-typeahead": "^4.0.1",
"bootstrap-datepicker": "^1.6.1",
"bootstrap-sass": "^3.0.0",
"font-awesome": "^4.6.3",
"grunt": "^1.0.1",
"jquery": "^2.2.4",
"laravel-elixir": "^4.0.0",
"lodash": "^4.13.1",
"webpack": "^1.13.1",
"admin-lte": "^2.3.3",
"grunt-contrib-copy": "^1.0.0",
"load-grunt-tasks": "^3.5.0",
"moment": "^2.13.0"
},
"name": "library-management-system",
"description": "Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as authentication, routing, sessions, queueing, and caching.",
"version": "0.0.1",
"main": "entry.js",
"directories": {
"test": "tests"
},
"scripts": {
"start": "webpack --progress --colors --watch",
"deploy": "NODE_ENV=production webpack -p --colors --progress --config webpack.production.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"library",
"management",
"books",
"laravel"
],
"author": "Ariful Haque <[email protected]>",
"license": "ISC"
}