forked from angular/react-native-renderer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.47 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.47 KB
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
{
"name": "angular2-react-native",
"version": "0.0.1-alpha.5",
"description": "A React Native renderer for Angular 2",
"scripts": {
"test": "gulp test.node/ci && gulp test.browser/ci",
"postinstall": "typings install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/angular/react-native-renderer.git"
},
"keywords": ["Angular2", "renderer", "react-native"],
"contributors": [
"Scott Little <uber5001@gmail.com>",
"Marc Laval <mlaval@amadeus.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/angular/react-native-renderer/issues"
},
"homepage": "https://github.com/angular/react-native-renderer/",
"devDependencies": {
"del": "^1.2.0",
"glob": "^4.0.6",
"gulp": "^3.9.0",
"gulp-filter": "^3.0.1",
"gulp-jade": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-strip-comments": "^2.2.1",
"gulp-typescript": "^2.12.2",
"gulp-watch": "~4.3.5",
"jasmine": "2.4.1",
"jstransformer-marked": "^1.0.1",
"karma": "^0.13.21",
"karma-chrome-launcher": "^0.2.2",
"karma-jasmine": "^0.3.6",
"merge2": "1.0.2",
"marked": "^0.3.5",
"parse5": "1.5.0",
"run-sequence": "~1.1.2",
"systemjs": "^0.19.9",
"systemjs-builder": "^0.15.14",
"through2": "~0.6.3"
},
"dependencies": {
"angular2": "2.0.0-beta.15",
"hammerjs": "2.0.6",
"react-native": "0.24.0",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
"zone.js": "0.6.11"
}
}