-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.2 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.2 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
{
"name": "angular2-react-native-seed",
"version": "0.0.1-alpha.5",
"description": "A seed project to create a native mobile application with Angular 2 and React Native",
"scripts": {
"test": "gulp test.browser/ci",
"postinstall": "typings install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mlaval/angular2-react-native-seed.git"
},
"keywords": ["Angular2", "seed", "react-native"],
"author": "Marc Laval <mlaval>",
"license": "Apache License Version 2.0",
"bugs": {
"url": "https://github.com/mlaval/angular2-react-native-seed/issues"
},
"homepage": "https://github.com/mlaval/angular2-react-native-seed#readme",
"devDependencies": {
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-filter": "^3.0.1",
"gulp-strip-comments": "^2.2.1",
"gulp-typescript": "^2.11.0",
"gulp-watch": "~4.3.5",
"jasmine": "2.4.1",
"karma": "^0.13.21",
"karma-chrome-launcher": "^0.2.2",
"karma-jasmine": "^0.3.6",
"protractor": "^3.2.2",
"run-sequence": "~1.1.2",
"systemjs": "^0.19.25",
"through2": "~0.6.3",
"wd": "^0.4.0",
"wd-bridge": "^0.0.2"
},
"dependencies": {
"angular2-react-native": "0.0.1-alpha.8"
}
}