|
1 |
| -{ |
2 |
| - "nativescript": { |
3 |
| - "id": "org.nativescript.ngtests", |
4 |
| - "tns-android": { |
5 |
| - "version": "2.4.1" |
6 |
| - }, |
7 |
| - "tns-ios": { |
8 |
| - "version": "2.4.0" |
9 |
| - } |
10 |
| - }, |
11 |
| - "name": "ngtests", |
12 |
| - "main": "app.js", |
13 |
| - "version": "1.0.0", |
14 |
| - "author": "Telerik <[email protected]>", |
15 |
| - "description": "Angular tests", |
16 |
| - "license": "BSD", |
17 |
| - "keywords": [ |
18 |
| - "telerik", |
19 |
| - "mobile", |
20 |
| - "angular", |
21 |
| - "nativescript", |
22 |
| - "{N}", |
23 |
| - "tns", |
24 |
| - "appbuilder", |
25 |
| - "template" |
26 |
| - ], |
27 |
| - "homepage": "http://nativescript.org", |
28 |
| - "dependencies": { |
29 |
| - "nativescript-unit-test-runner": "^0.3.4", |
30 |
| - "tns-core-modules": "~2.4.0", |
31 |
| - "nativescript-angular": "file:../nativescript-angular", |
32 |
| - "@angular/core": "~2.4.3", |
33 |
| - "@angular/common": "~2.4.3", |
34 |
| - "@angular/compiler": "~2.4.3", |
35 |
| - "@angular/http": "~2.4.3", |
36 |
| - "@angular/platform-browser": "~2.4.3", |
37 |
| - "@angular/platform-browser-dynamic": "~2.4.3", |
38 |
| - "@angular/router": "~3.4.3", |
39 |
| - "rxjs": "~5.0.1" |
40 |
| - }, |
41 |
| - "devDependencies": { |
42 |
| - "zone.js": "^0.7.2", |
43 |
| - "babel-traverse": "6.8.0", |
44 |
| - "babel-types": "6.8.1", |
45 |
| - "babylon": "6.8.0", |
46 |
| - "chai": "^3.5.0", |
47 |
| - "chai-as-promised": "^5.3.0", |
48 |
| - "filewalker": "0.1.2", |
49 |
| - "grunt-cli": "^1.2.0", |
50 |
| - "karma": "^0.13.19", |
51 |
| - "karma-chai": "^0.1.0", |
52 |
| - "karma-mocha": "^0.2.1", |
53 |
| - "karma-mocha-reporter": "^1.2.0", |
54 |
| - "karma-nativescript-launcher": "^0.4.0", |
55 |
| - "lazy": "1.0.11", |
56 |
| - "mocha": "^2.4.5", |
57 |
| - "nativescript-dev-appium": "0.0.14", |
58 |
| - "nativescript-dev-typescript": "^0.3.1", |
59 |
| - "typescript": "~2.1.0", |
60 |
| - "socket.io": "1.4.8", |
61 |
| - "socket.io-client": "1.4.8", |
62 |
| - "wd": "0.4.0" |
63 |
| - }, |
64 |
| - "scripts": { |
65 |
| - "updateTests": "grunt updateTests", |
66 |
| - "appium-android": "tns build android && npm run run-appium-android", |
67 |
| - "run-appium-android": "nativescript-dev-appium android", |
68 |
| - "appium-ios-simulator": "tns build ios && nativescript-dev-appium ios-simulator" |
69 |
| - } |
| 1 | + }, |
| 2 | + "name": "ngtests", |
| 3 | + "main": "app.js", |
| 4 | + "version": "1.0.0", |
| 5 | + "author": "Telerik <[email protected]>", |
| 6 | + "description": "Angular tests", |
| 7 | + "license": "BSD", |
| 8 | + "keywords": [ |
| 9 | + "telerik", |
| 10 | + "mobile", |
| 11 | + "angular", |
| 12 | + "nativescript", |
| 13 | + "{N}", |
| 14 | + "tns", |
| 15 | + "appbuilder", |
| 16 | + "template" |
| 17 | + ], |
| 18 | + "homepage": "http://nativescript.org", |
| 19 | + "dependencies": { |
| 20 | + "@angular/common": "~4.0.0-beta.1", |
| 21 | + "@angular/compiler": "~4.0.0-beta.1", |
| 22 | + "@angular/core": "~4.0.0-beta.1", |
| 23 | + "@angular/http": "~4.0.0-beta.1", |
| 24 | + "@angular/platform-browser": "~4.0.0-beta.1", |
| 25 | + "@angular/platform-browser-dynamic": "~4.0.0-beta.1", |
| 26 | + "@angular/router": "~4.0.0-beta.1", |
| 27 | + "nativescript-angular": "file:../nativescript-angular", |
| 28 | + "nativescript-unit-test-runner": "^0.3.4", |
| 29 | + "rxjs": "~5.0.1", |
| 30 | + "tns-core-modules": "~2.5.0" |
| 31 | + }, |
| 32 | + "devDependencies": { |
| 33 | + "babel-traverse": "6.8.0", |
| 34 | + "babel-types": "6.8.1", |
| 35 | + "babylon": "6.8.0", |
| 36 | + "chai": "^3.5.0", |
| 37 | + "chai-as-promised": "^5.3.0", |
| 38 | + "filewalker": "0.1.2", |
| 39 | + "grunt-cli": "^1.2.0", |
| 40 | + "karma": "^0.13.19", |
| 41 | + "karma-chai": "^0.1.0", |
| 42 | + "karma-mocha": "^0.2.1", |
| 43 | + "karma-mocha-reporter": "^1.2.0", |
| 44 | + "karma-nativescript-launcher": "^0.4.0", |
| 45 | + "lazy": "1.0.11", |
| 46 | + "mocha": "^2.4.5", |
| 47 | + "nativescript-dev-appium": "0.0.14", |
| 48 | + "nativescript-dev-typescript": "^0.3.1", |
| 49 | + "socket.io": "1.4.8", |
| 50 | + "socket.io-client": "1.4.8", |
| 51 | + "typescript": "~2.2.0", |
| 52 | + "wd": "0.4.0", |
| 53 | + "zone.js": "^0.7.2" |
| 54 | + }, |
| 55 | + "scripts": { |
| 56 | + "updateTests": "grunt updateTests", |
| 57 | + "appium-android": "tns build android && npm run run-appium-android", |
| 58 | + "run-appium-android": "nativescript-dev-appium android", |
| 59 | + "appium-ios-simulator": "tns build ios && nativescript-dev-appium ios-simulator" |
| 60 | + } |
70 | 61 | }
|
0 commit comments