commit e34820c11c82417f673103c2d67ecd19e26f0193 Author: Nicolas Gallagher Date: Tue Jun 9 12:24:08 2015 -0700 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..c925c21d --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/dist +/node_modules diff --git a/package.json b/package.json new file mode 100644 index 00000000..939647b2 --- /dev/null +++ b/package.json @@ -0,0 +1,8 @@ +{ + "name": "react-web-sdk", + "version": "0.0.1", + "description": "UI SDK based on react-native", + "main": "index.js", + "author": "Nicolas Gallagher", + "license": "MIT" +}