-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 836 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 836 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "react-native-row",
"version": "1.1.1",
"description": "A wrapper around the react-native View component enabling concise assignment of flexbox properties",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://ssomnoremac@github.com/hyrwork/react-native-row.git"
},
"keywords": [
"layout",
"react",
"native",
"flex",
"row"
],
"author": "Cameron Moss",
"license": "MIT",
"bugs": {
"url": "https://github.com/hyrwork/react-native-row/issues"
},
"homepage": "https://github.com/hyrwork/react-native-row#readme",
"dependencies": {},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-jest": "^23.6.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"jest": "^23.6.0"
}
}