forked from syrusakbary/react-native-refresher
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 900 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
{
"name": "react-native-refresher",
"version": "0.1.0",
"description": "A React Native pull to refresh ListView completely written in js. Also supports custom animations.",
"main": "lib/index.js",
"scripts": {
"lint": "eslint ."
},
"author": "Syrus Akbary <[email protected]> (http://syrusakbary.com/)",
"license": "MIT",
"keywords": [
"react",
"react-native",
"react-component",
"react-native-component",
"mobile",
"ui"
],
"homepage": "https://github.com/syrusakbary/react-native-refresher",
"bugs": "https://github.com/syrusakbary/react-native-refresher/issues",
"repository": {
"type": "git",
"url": "git://github.com/syrusakbary/react-native-refresher.git"
},
"devDependencies": {
"babel-core": "^5.2.15",
"eslint": "^0.19.0",
"eslint-plugin-react": "^2.1.1"
},
"dependencies": {
"is-promise": "~2.0.0"
}
}