-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.1 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": "PicPoll2",
"version": "1.0.0",
"description": "PicPoll version 2 App",
"repository": {
"type": "git",
"url": "https://github.com/nativescript/sample-Groceries.git"
},
"keywords": [
"NativeScript"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/nativescript/sample-Groceries/issues"
},
"homepage": "https://github.com/nativescript/sample-Groceries/groceries",
"nativescript": {
"id": "org.nativescript.groceries",
"tns-android": {
"version": "1.6.2-2016-02-25-181"
},
"tns-ios": {
"version": "1.6.0"
}
},
"dependencies": {
"angular2": "2.0.0-beta.7",
"email-validator": "^1.0.3",
"nativescript-angular": "0.0.34",
"nativescript-cardview": "^1.0.1",
"nativescript-social-share": "^1.1.0",
"parse5": "1.4.2",
"punycode": "1.3.2",
"querystring": "0.2.0",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
"tns-core-modules": "^1.7.0-angular-0",
"url": "0.10.3",
"zone.js": "0.5.15"
},
"devDependencies": {
"nativescript-dev-typescript": "^0.3.1",
"shelljs": "^0.5.3",
"typescript": "^1.8.2"
}
}