🗒 sort-package-json.

This commit is contained in:
Dylan Vann 2017-04-18 02:05:10 -04:00
parent d36ad2d351
commit d6c4687a5c
2 changed files with 26 additions and 26 deletions

View File

@ -1,27 +1,27 @@
{
"name": "react-native-fast-image-example",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"react": "16.0.0-alpha.6",
"react-native": "0.43.3",
"react-native-fast-image": "../",
"react-native-vector-icons": "^4.0.1",
"react-navigation": "git+https://github.com/react-community/react-navigation.git",
"react-timeout": "^1.0.0",
"uuid": "^3.0.1"
},
"devDependencies": {
"babel-jest": "19.0.0",
"babel-preset-react-native": "1.9.1",
"jest": "19.0.2",
"react-test-renderer": "16.0.0-alpha.6"
},
"jest": {
"preset": "react-native"
}
"name": "react-native-fast-image-example",
"version": "0.0.1",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"react": "16.0.0-alpha.6",
"react-native": "0.43.3",
"react-native-fast-image": "../",
"react-native-vector-icons": "^4.0.1",
"react-navigation": "git+https://github.com/react-community/react-navigation.git",
"react-timeout": "^1.0.0",
"uuid": "^3.0.1"
},
"devDependencies": {
"babel-jest": "19.0.0",
"babel-preset-react-native": "1.9.1",
"jest": "19.0.2",
"react-test-renderer": "16.0.0-alpha.6"
},
"private": true,
"jest": {
"preset": "react-native"
}
}

View File

@ -1,8 +1,8 @@
{
"name": "image-server",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"main": "index.js",
"scripts": {
"start": "nodemon ./index"
},