forked from Riglerr/react-native-hr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1 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
{
"name": "react-native-hr",
"version": "1.1.3",
"description": "Horizontal line component for React Native",
"main": "dist/index.js",
"directories": {
"example": "examples"
},
"scripts": {
"build": "babel src/index.js --out-file examples/hr.dist.js --presets es2015,react",
"start": "gulp",
"watch": "babel src --out-dir dist --watch --presets es2015,react"
},
"files": [
"dist/index.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Riglerr/react-native-hr.git"
},
"bugs": {
"url": "https://github.com/Riglerr/react-native-hr/issues"
},
"keywords": [
"react-native",
"react-component",
"hr",
"horizontal",
"line",
"horizontal-line",
"react-native-hr"
],
"author": "Robert Rigler",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-rename": "^1.2.2"
}
}