forked from angular/react-native-renderer
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 756 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 756 Bytes
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
{
"name": "angular-react-native-renderer",
"version": "0.0.1",
"dependencies": {
"typescript": "alexeagle/typescript#error_is_class"
},
"devDependencies": {
"appium": "^1.4.6",
"gulp": "^3.9.0",
"gulp-shell": "^0.4.2",
"jasmine": "^2.3.1",
"minimist": "^1.1.2",
"object-assign": "^3.0.0",
"proxyquire": "^1.6.0",
"react-native-cli": "^0.1.4",
"typescript": "^1.5.3",
"wd": "^0.3.12"
},
"scripts": {
"postinstall": "cd src && npm install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uber5001/angular-react.git"
},
"bugs": {
"url": "https://github.com/uber5001/angular-react/issues"
},
"homepage": "https://github.com/uber5001/angular-react#readme"
}