-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Shimul Chowdhury
committed
Apr 5, 2019
1 parent
64c28b2
commit 75dce42
Showing
2 changed files
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"name": "hyper", | ||
"description": "A Vue.js project", | ||
"version": "1.0.0", | ||
"author": "Shimul Chowdhury <shimul@divine-it.net>", | ||
"name": "hyper-editor", | ||
"description": "A backend framework independent visual composer for web.", | ||
"version": "0.1.0-beta.1", | ||
"author": "Shimul Chowdhury <shimul[email protected]>", | ||
"license": "MIT", | ||
"private": true, | ||
"scripts": { | ||
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot", | ||
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules" | ||
}, | ||
"main": "src/hyper.js", | ||
"dependencies": { | ||
"bootstrap-vue": "^2.0.0-rc.11", | ||
"deepmerge": "^2.1.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters