-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
47 lines (47 loc) · 1.27 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
{
"name": "angular-react-native-seed",
"version": "0.0.1-alpha.6",
"description": "A seed project to create a native mobile application with Angular and React Native",
"scripts": {
"test": "gulp test.browser/ci"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mlaval/angular-react-native-seed.git"
},
"keywords": [
"Angular",
"seed",
"react-native"
],
"author": "Marc Laval <mlaval>",
"license": "Apache License Version 2.0",
"bugs": {
"url": "https://github.com/mlaval/angular-react-native-seed/issues"
},
"homepage": "https://github.com/mlaval/angular-react-native-seed#readme",
"devDependencies": {
"@types/jasmine": "^2.5.53",
"@types/node": "^8.0.19",
"@types/react-native": "^0.46.11",
"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": {
"angular-react-native": "0.0.1-alpha.22"
}
}