This repository has been archived by the owner on Apr 30, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
developpackage.json
executable file
·87 lines (87 loc) · 2.57 KB
/
developpackage.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "ng-formly-nativescript",
"version": "1.0.0",
"description": "NativeScript powered forms for Angular.",
"main": "ng-formly-nativescript.js",
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"android": "2.4.0",
"ios": "2.4.0"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/formly-js/ng-formly-nativescript.git"
},
"keywords": [
"angular",
"ng2",
"nativescript",
"forms",
"json"
],
"author": "Nathan Walker <walkerrunpdx@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/formly-js/ng-formly-nativescript/issues"
},
"homepage": "https://github.com/formly-js/ng-formly-nativescript#readme",
"scripts": {
"build": "tsc",
"demo.ios": "npm run preparedemo && cd src && tns emulate ios",
"demo.android": "npm run preparedemo && cd src && tns run android",
"test": "tsc && karma start",
"test-watch": "karma start --no-single-run --auto-watch",
"ci": "npm run test",
"docs": "typedoc --options typedoc.json src/app/app.ts",
"repair": "cd src && tns plugin add .. && tns install",
"preparedemo": "npm run build && cd src && tns plugin remove ng-formly-nativescript && tns plugin add .. && tns install",
"setup": "cd src && npm i"
},
"dependencies": {
"@angular/core": "~2.2.1",
"@angular/common": "~2.2.1",
"@angular/compiler": "~2.2.1",
"@angular/forms": "~2.2.1",
"@angular/http": "~2.2.1",
"@angular/platform-browser": "~2.2.1",
"@angular/platform-browser-dynamic": "~2.2.1",
"@angular/router": "~3.2.1",
"es6-promise": "~3.1.2",
"es6-shim": "^0.35.0",
"nativescript-angular": "next",
"parse5": "1.4.2",
"punycode": "1.3.2",
"querystring": "0.2.0",
"reflect-metadata": "0.1.3",
"rimraf": "^2.5.1",
"rxjs": "5.0.0-beta.12",
"tns-core-modules": "2.4.0",
"url": "0.10.3"
},
"devDependencies": {
"@types/jasmine": "^2.5.35",
"autoprefixer": "^6.3.2",
"jasmine-core": "^2.3.4",
"jasmine-spec-reporter": "^2.4.0",
"karma": "0.13.19",
"karma-chrome-launcher": "^0.2.1",
"karma-coverage": "^0.5.2",
"karma-jasmine": "^0.3.7",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-typescript-preprocessor": "^0.0.21",
"node-sass": "^3.4.2",
"phantomjs-prebuilt": "^2.1.4",
"remap-istanbul": "^0.5.1",
"rimraf": "^2.5.1",
"systemjs-builder": "^0.15.7",
"traceur": "^0.0.91",
"tsconfig-lint": "^0.5.0",
"tslint": "^3.4.0",
"typedoc": "^0.3.12",
"typescript": "^2.0.10",
"zone.js": "^0.6.21"
}
}