diff --git a/package.json b/package.json index 00c1ef8222..a649c3c22d 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,8 @@ }, "dependencies": { "underscore": "~1.7.0", - "react": "~0.11.2" + "react": "~0.11.2", + "reactify": "~0.14.0" }, "devDependencies": { "browserify": "~5.11.2", @@ -23,10 +24,12 @@ "gulp-less": "~1.3.5", "gulp-util": "~3.0.1", "merge-stream": "~0.1.5", - "reactify": "~0.14.0", "vinyl-source-stream": "~1.0.0", "watchify": "~1.0.2" }, + "browserify": { + "transform": ["reactify"] + }, "browserify-shim": { "react": "global:React", "underscore": "_" @@ -34,7 +37,7 @@ "scripts": { "test": "echo \"no tests yet\" && exit 0" }, - "tags": [ + "keywords": [ "react", "react-component", "combobox",