aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 000000000..43f8c4c6a
--- /dev/null
+++ b/package.json
@@ -0,0 +1,20 @@
+{
+ "name": "something",
+ "dependencies": {
+ "babel-polyfill": "6.16.0",
+ "babel-preset-es2015": "6.18.0",
+ "babel-preset-react": "6.16.0",
+ "babelify": "7.3.0",
+ "browserify": "13.1.1",
+ "browserify-incremental": "3.1.1",
+ "react": "15.3.2",
+ "react-dom": "15.3.2",
+ "react-redux": "4.4.5",
+ "react-select2": "4.0.2",
+ "redux": "3.6.0"
+ },
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.10"
+ }
+}