status-react/syng-im/package.json

11 lines
199 B
JSON
Raw Normal View History

2016-03-23 14:48:26 +00:00
{
"name": "SyngIm",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node_modules/react-native/packager/packager.sh"
},
"dependencies": {
"react-native": "0.20.0"
}
}