name of the project is changed, readme is changed and webbrowser task is added to gulp
This commit is contained in:
13
package.json
13
package.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user