forked from peterp/react-native-tags
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 869 Bytes
/
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
{
"name": "react-native-tags",
"version": "0.2.0",
"description": "Tag input component for React Native",
"main": "index.js",
"scripts": {
"test": "jest",
"test:watch": "jest --watch"
},
"repository": {
"type": "git",
"url": "[email protected]:peterp/react-native-tags.git"
},
"author": "Peter Pistorius <[email protected]> (http://github.com/peterp/)",
"license": "MIT",
"dependencies": {
"react": "^15.4.1"
},
"devDependencies": {
"babel-jest": "^15.0.0",
"babel-preset-react-native": "^1.9.0",
"enzyme": "^2.4.1",
"jest": "^15.1.1",
"jest-react-native": "^17.1.0",
"react-addons-test-utils": "^15.3.2",
"react-dom": "^15.3.2",
"react-native": "^0.39.1",
"react-native-mock": "^0.2.6",
"react-test-renderer": "^15.3.2"
},
"jest": {
"preset": "jest-react-native"
}
}