name of the project is changed, readme is changed and webbrowser task is added to gulp

This commit is contained in:
Senad Uka
2014-12-20 13:31:53 +01:00
parent d6ef1cc117
commit 2a7ff5bc3b
6 changed files with 1166 additions and 921 deletions

View File

@@ -1,13 +1,13 @@
{
"name": "flux-react-boilerplate",
"version": "3.0.0",
"description": "React application boilerplate",
"author": "Christian Alfoni",
"name": "csveditor",
"version": "1.0.0",
"description": "Javascript CsvEditor",
"author": "Senad Uka",
"license": "ISC",
"devDependencies": {
"browserify": "^6.2.0",
"glob": "^4.0.6",
"gulp": "^3.8.9",
"gulp": "~3.8.10",
"gulp-concat": "^2.3.4",
"gulp-cssmin": "^0.1.6",
"gulp-if": "^1.2.4",
@@ -22,7 +22,8 @@
"react-addons": "^0.9.0",
"reactify": "^0.15.2",
"vinyl-source-stream": "^0.1.1",
"watchify": "^2.1.1"
"watchify": "^2.1.1",
"gulp-connect": "~2.2.0"
},
"dependencies": {
"flux-react": "^2.6.0",