-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.29 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
48
49
50
51
52
{
"name": "carrusel-infantil",
"version": "1.0.0",
"description": "Proyecto para estimulación infantil.",
"license": "SEE LICENSE IN <your-license-filename>",
"readme": "Carrusel Infantil",
"repository": {
"type": "git",
"url": "https://github.com/ThinkUpStudios/carrusel-infantil.git"
},
"nativescript": {
"id": "carruselInfantil",
"tns-ios": {
"version": "2.0.1"
},
"tns-android": {
"version": "2.1.0-2016-05-20-601"
}
},
"dependencies": {
"angular2": "2.0.0-beta.14",
"es6-shim": "^0.35.0",
"fresco": "file:deps/fresco-0.1.0.tgz",
"nativescript-angular": "0.0.45",
"nativescript-intl": "^0.0.2",
"nativescript-telerik-ui-pro": "1.1.1",
"nativescript-unit-test-runner": "^0.3.2",
"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": "2.1.0-2016-05-20-3077",
"url": "0.10.3",
"zone.js": "^0.6.6"
},
"devDependencies": {
"babel-traverse": "6.7.6",
"babel-types": "6.7.7",
"babylon": "6.7.0",
"chai": "^3.5.0",
"filewalker": "0.1.2",
"karma": "^0.13.22",
"karma-chai": "^0.1.0",
"karma-mocha": "^0.2.2",
"karma-nativescript-launcher": "^0.4.0",
"lazy": "1.0.11",
"mocha": "^2.4.5",
"nativescript-dev-typescript": "^0.3.1",
"typescript": "^1.8.10"
}
}