-
Notifications
You must be signed in to change notification settings - Fork 0
/
watcher.package.json
62 lines (62 loc) · 1.54 KB
/
watcher.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
62
{
"name": "tradepacks",
"main": "main.js",
"version": "1.0.0",
"authors": [
"Oscar Diaz <[email protected]>"
],
"description": "FIFA trading packs game",
"license": "ISC",
"keywords": [
"telerik",
"mobile",
"angular",
"nativescript",
"{N}",
"fifa",
"fut",
"packs",
"trade",
"ultimate",
"team"
],
"readme": "Tradepacks Application",
"repository": {
"type": "git",
"url": "git://github.com/NativeScript/template-hello-world-ng"
},
"nativescript": {
"id": "org.nativescript.futPacks",
"tns-android": {
"version": "2.1.1"
}
},
"dependencies": {
"@angular/common": "2.0.0-rc.3",
"@angular/compiler": "2.0.0-rc.3",
"@angular/core": "2.0.0-rc.3",
"@angular/http": "2.0.0-rc.3",
"@angular/platform-browser": "2.0.0-rc.3",
"@angular/platform-browser-dynamic": "2.0.0-rc.3",
"@angular/platform-server": "2.0.0-rc.3",
"@angular/router": "3.0.0-alpha.7",
"@angular/router-deprecated": "2.0.0-rc.2",
"font-awesome": "4.6.3",
"nativescript-angular": "0.2.0",
"nativescript-liveedit": "2.1.0",
"nativescript-telerik-ui": "1.2.0",
"tns-core-modules": "2.1.0"
},
"devDependencies": {
"babel-traverse": "6.10.4",
"babel-types": "6.11.1",
"babylon": "6.8.4",
"es6-shim": "^0.35.1",
"lazy": "1.0.11",
"lodash": "4.14.0",
"nativescript-dev-typescript": "0.3.2",
"reflect-metadata": "0.1.2",
"typescript": "^1.8.10",
"typings": "^1.3.2"
}
}