-
Notifications
You must be signed in to change notification settings - Fork 163
/
Copy pathpackage.json
61 lines (61 loc) · 2.31 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
53
54
55
56
57
58
59
60
61
{
"name": "react-native-parsed-text",
"version": "0.0.5",
"description": "Parse text and make them into multiple React Native Text elements",
"main": "src/ParsedText.js",
"scripts": {
"test": "mocha --recursive --compilers js:babel-register"
},
"bugs": {
"url": "https://github.com/taskrabbit/react-native-parsed-text/issues"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/taskrabbit/react-native-parsed-text.git"
},
"homepage": "https://github.com/taskrabbit/react-native-parsed-text#readme",
"keywords": [
"text",
"react-native",
"url",
"phone",
"react",
"react-component"
],
"devDependencies": {
"babel": "^6.3.13",
"babel-eslint": "^4.1.4",
"babel-plugin-external-helpers-2": "^6.1.4",
"babel-plugin-syntax-async-functions": "^6.0.14",
"babel-plugin-syntax-class-properties": "^6.0.14",
"babel-plugin-syntax-flow": "^6.0.14",
"babel-plugin-syntax-jsx": "^6.0.14",
"babel-plugin-syntax-trailing-function-commas": "^6.0.14",
"babel-plugin-transform-class-properties": "^6.0.14",
"babel-plugin-transform-es2015-arrow-functions": "^6.0.14",
"babel-plugin-transform-es2015-block-scoping": "^6.0.18",
"babel-plugin-transform-es2015-classes": "^6.1.2",
"babel-plugin-transform-es2015-computed-properties": "^6.0.14",
"babel-plugin-transform-es2015-constants": "^6.0.15",
"babel-plugin-transform-es2015-destructuring": "^6.0.18",
"babel-plugin-transform-es2015-for-of": "^6.0.14",
"babel-plugin-transform-es2015-modules-commonjs": "^6.1.3",
"babel-plugin-transform-es2015-parameters": "^6.0.18",
"babel-plugin-transform-es2015-shorthand-properties": "^6.0.14",
"babel-plugin-transform-es2015-spread": "^6.0.14",
"babel-plugin-transform-es2015-template-literals": "^6.0.14",
"babel-plugin-transform-flow-strip-types": "^6.0.14",
"babel-plugin-transform-object-assign": "^6.0.14",
"babel-plugin-transform-object-rest-spread": "^6.0.14",
"babel-plugin-transform-react-display-name": "^6.0.14",
"babel-plugin-transform-react-jsx": "^6.0.18",
"babel-plugin-transform-regenerator": "^6.0.18",
"babel-register": "^6.3.13",
"chai": "^3.4.0",
"eslint": "^1.8.0",
"eslint-plugin-react": "^3.7.1",
"mocha": "^2.3.3"
},
"author": "jrichardlai",
"license": "MIT"
}