annotate package.json @ 51:1245781e2575 ng2-table

working on updating ng2-table.
author Robert Casties <casties@mpiwg-berlin.mpg.de>
date Thu, 23 Mar 2017 11:04:48 +0100
parents b65a031c4967
children 738e90238443
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
39ec75917ef7 first checkin
casties
parents:
diff changeset
1 {
1
59b7c3afcc6b first interface and http request.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents: 0
diff changeset
2 "name": "ng2-ismi-query-app",
0
39ec75917ef7 first checkin
casties
parents:
diff changeset
3 "version": "1.0.0",
39ec75917ef7 first checkin
casties
parents:
diff changeset
4 "scripts": {
47
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents: 45
diff changeset
5 "build": "tsc -p src/",
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents: 45
diff changeset
6 "build:watch": "tsc -p src/ -w",
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents: 45
diff changeset
7 "build:e2e": "tsc -p e2e/",
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents: 45
diff changeset
8 "serve": "lite-server -c=bs-config.json",
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents: 45
diff changeset
9 "serve:e2e": "lite-server -c=bs-config.e2e.json",
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents: 45
diff changeset
10 "prestart": "npm run build",
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents: 45
diff changeset
11 "start": "concurrently \"npm run build:watch\" \"npm run serve\"",
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents: 45
diff changeset
12 "pree2e": "npm run build:e2e",
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents: 45
diff changeset
13 "e2e": "concurrently \"npm run serve:e2e\" \"npm run protractor\" --kill-others --success first",
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents: 45
diff changeset
14 "preprotractor": "webdriver-manager update",
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents: 45
diff changeset
15 "protractor": "protractor protractor.config.js",
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents: 45
diff changeset
16 "pretest": "npm run build",
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents: 45
diff changeset
17 "test": "concurrently \"npm run build:watch\" \"karma start karma.conf.js\"",
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents: 45
diff changeset
18 "pretest:once": "npm run build",
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents: 45
diff changeset
19 "test:once": "karma start karma.conf.js --single-run",
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents: 45
diff changeset
20 "lint": "tslint ./src/**/*.ts -t verbose"
0
39ec75917ef7 first checkin
casties
parents:
diff changeset
21 },
47
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents: 45
diff changeset
22 "keywords": [],
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents: 45
diff changeset
23 "author": "",
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents: 45
diff changeset
24 "license": "MIT",
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents: 45
diff changeset
25 "dependencies": {
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents: 45
diff changeset
26 "@angular/common": "~2.4.0",
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents: 45
diff changeset
27 "@angular/compiler": "~2.4.0",
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents: 45
diff changeset
28 "@angular/core": "~2.4.0",
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents: 45
diff changeset
29 "@angular/forms": "~2.4.0",
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents: 45
diff changeset
30 "@angular/http": "~2.4.0",
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents: 45
diff changeset
31 "@angular/platform-browser": "~2.4.0",
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents: 45
diff changeset
32 "@angular/platform-browser-dynamic": "~2.4.0",
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents: 45
diff changeset
33 "@angular/router": "~3.4.0",
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents: 45
diff changeset
34 "angular-in-memory-web-api": "~0.2.4",
51
1245781e2575 working on updating ng2-table.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents: 47
diff changeset
35 "core-js": "^2.4.1",
1245781e2575 working on updating ng2-table.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents: 47
diff changeset
36 "ng2-bootstrap": "^1.4.2",
1245781e2575 working on updating ng2-table.
Robert Casties <casties@mpiwg-berlin.mpg.de>
parents: 47
diff changeset
37 "rxjs": "5.0.1",
47
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents: 45
diff changeset
38 "systemjs": "0.19.40",
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents: 45
diff changeset
39 "zone.js": "^0.7.4"
22
9343e43a17d1 build with jspm now.
casties
parents: 2
diff changeset
40 },
0
39ec75917ef7 first checkin
casties
parents:
diff changeset
41 "devDependencies": {
47
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents: 45
diff changeset
42 "concurrently": "^3.2.0",
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents: 45
diff changeset
43 "lite-server": "^2.2.2",
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents: 45
diff changeset
44 "typescript": "~2.0.10",
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents: 45
diff changeset
45 "canonical-path": "0.0.2",
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents: 45
diff changeset
46 "tslint": "^3.15.1",
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents: 45
diff changeset
47 "lodash": "^4.16.4",
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents: 45
diff changeset
48 "jasmine-core": "~2.4.1",
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents: 45
diff changeset
49 "karma": "^1.3.0",
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents: 45
diff changeset
50 "karma-chrome-launcher": "^2.0.0",
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents: 45
diff changeset
51 "karma-cli": "^1.0.1",
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents: 45
diff changeset
52 "karma-jasmine": "^1.0.2",
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents: 45
diff changeset
53 "karma-jasmine-html-reporter": "^0.2.2",
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents: 45
diff changeset
54 "protractor": "~4.0.14",
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents: 45
diff changeset
55 "rimraf": "^2.5.4",
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents: 45
diff changeset
56 "@types/node": "^6.0.46",
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents: 45
diff changeset
57 "@types/jasmine": "2.5.36"
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents: 45
diff changeset
58 },
b65a031c4967 first step to angular2-final (2.4) version of the query browser.
casties
parents: 45
diff changeset
59 "repository": {}
0
39ec75917ef7 first checkin
casties
parents:
diff changeset
60 }