Initial commit

This commit is contained in:
Nicolas Gallagher
2015-06-09 12:24:08 -07:00
commit e34820c11c
2 changed files with 10 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
/dist
/node_modules

8
package.json Normal file
View File

@@ -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"
}