forked from ivandoric/Making-Websites-With-October-CMS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1.02 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
{
"name": "octobermovies",
"version": "1.0.0",
"description": "Laravel Elixir",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "cross-env NODE_ENV=development webpack --progress --hide-modules",
"watch": "cross-env NODE_ENV=development webpack --watch --progress --hide-modules",
"hot": "cross-env NODE_ENV=development webpack-dev-server --inline --hot",
"production": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ivandoric/Making-Websites-With-October-CMS.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ivandoric/Making-Websites-With-October-CMS/issues"
},
"homepage": "https://github.com/ivandoric/Making-Websites-With-October-CMS#readme",
"devDependencies": {
"laravel-elixir": "^5.0.0",
"laravel-elixir-livereload": "^1.1.6",
"laravel-mix": "^0.10.0"
}
}