-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.01 KB
/
package.json
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
35
36
37
38
39
40
41
42
{
"name": "react-native-easy-form",
"version": "0.0.6",
"description": "An easy to use modularized and customizable React Native form component.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/lsps9150414/react-native-easy-form"
},
"keywords": [
"react-native",
"react",
"component",
"form",
"input",
"easy",
"ios",
"android"
],
"author": "Philip Chen <[email protected]>",
"license": "MIT",
"devDependencies": {
"babel-eslint": "^7.0.0",
"eslint": "^3.7.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.3.0",
"react": "^15.3.2",
"react-native": "^0.34.1"
},
"dependencies": {
"lodash": "^4.16.4",
"material-ui": "^0.16.1",
"moment": "^2.15.1",
"react-dom": "^15.3.2",
"react-tap-event-plugin": "^1.0.0"
}
}