Files
RN_AWord/package.json
T
2016-02-17 10:53:51 +08:00

14 lines
246 B
JSON

{
"name": "testdemo",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "sudo react-native start"
},
"dependencies": {
"moment": "^2.11.1",
"react-native": "^0.19.0-rc",
"react-native-storage": "0.0.12"
}
}