react-native-linear-gradient/Examples/AnimatedGradient/package.json

15 lines
326 B
JSON
Raw Normal View History

2015-04-06 20:42:35 +00:00
{
"name": "AnimatedGradient",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
2015-04-06 20:42:35 +00:00
},
"dependencies": {
"react": "0.14.8",
"react-native": "0.25.1",
"react-native-linear-gradient": "file:../../",
"react-timer-mixin": "0.13.3"
2015-04-06 20:42:35 +00:00
}
}