-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
38 lines (38 loc) · 1.06 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
{
"name": "react-native-facebook-keyframes",
"version": "1.0.1",
"description": "A React Native wrapper for Facebook Keyframes library",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint index.*.js src || (npm run lint-warning --silent && exit 1 &> /dev/null)"
},
"repository": {
"type": "git",
"url": "git+https://github.com/underscopeio/react-native-facebook-keyframes.git"
},
"keywords": [
"react",
"react-native",
"facebook",
"keyframes",
"animations"
],
"author": "Underscope",
"license": "MIT",
"bugs": {
"url": "https://github.com/underscopeio/react-native-facebook-keyframes/issues"
},
"peerDependencies": {
"react": ">=15.3.1",
"react-native": ">=0.40"
},
"devDependencies": {
"babel-eslint": "7.1.1",
"eslint": "3.11.1",
"eslint-plugin-babel": "4.0.0",
"eslint-plugin-react": "6.8.0",
"eslint-plugin-react-native": "2.2.0"
},
"homepage": "https://github.com/underscopeio/react-native-facebook-keyframes#readme"
}