-
Notifications
You must be signed in to change notification settings - Fork 54
/
package.json
52 lines (52 loc) · 1.13 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
43
44
45
46
47
48
49
50
51
52
{
"name": "react-native-progress-hud",
"version": "1.0.4",
"description": "A clean and lightweight progress HUD for your React Native app.",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/naoufal/react-native-progress-hud.git"
},
"keywords": [
"react",
"native",
"progress",
"hud",
"popup",
"spinner",
"loader",
"loading",
"react-component"
],
"author": "Naoufal Kadhom <[email protected]> (https://github.com/naoufal)",
"license": "ISC",
"bugs": {
"url": "https://github.com/naoufal/react-native-progress-hud/issues"
},
"homepage": "https://github.com/naoufal/react-native-progress-hud",
"dependencies": {
"react-tween-state": "0.0.5"
},
"devDependencies": {
"babel-core": "5.4.7",
"jest-cli": "0.4.5",
"react": "0.13.1"
},
"jshintConfig": {
"esnext": true,
"node": true
},
"jest": {
"scriptPreprocessor": "jest-support/preprocessor.js",
"unmockedModulePathPatterns": [
"react",
"babel-core"
],
"testFileExtensions": [
"js"
]
}
}