-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.25 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.25 KB
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": "angular-component-test-support",
"version": "0.4.0",
"description": "Component testing helpers and utilities for Angular 2+",
"main": "dist/index.js",
"scripts": {
"build:umd": "rollup -c",
"tsc": "tsc --module es2015",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pageobject-io/angular-component-test-support.git"
},
"keywords": [
"angular",
"component",
"test",
"utils",
"utilities",
"page object"
],
"author": "pageobject.io",
"license": "ISC",
"bugs": {
"url": "https://github.com/pageobject-io/angular-component-test-support/issues"
},
"homepage": "https://github.com/pageobject-io/angular-component-test-support#readme",
"peerDependencies": {
"@angular/core": "^2.3.1 || >=4.0.0",
"jasmine": ">=2.5.3",
"jasmine-core": ">=2.5.2"
},
"devDependencies": {
"@angular/core": "^4.0.1",
"@types/jasmine": "2.5.38",
"rxjs": "5.0.1",
"zone.js": "0.8.5",
"jasmine": "2.5.3",
"jasmine-core": "2.5.2",
"rollup": "0.41.0",
"rollup-plugin-commonjs": "7.0.0",
"rollup-plugin-node-resolve": "2.0.0",
"rollup-plugin-typescript2": "0.1.2",
"typescript": "2.2.2"
}
}