-
Notifications
You must be signed in to change notification settings - Fork 187
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 922 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 922 Bytes
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
{
"name": "ngx-easy-test",
"version": "1.0.1-beta",
"description": "Simplified tests for Angular 4",
"main": "lib/index.js",
"types": "./lib/index.d.ts",
"keywords": [
"angular unit test",
"angular simplified tests",
"jasmine",
"angular",
"angular tests",
"angular easy tests",
"angular testing dumb components"
],
"devDependencies": {
"@angular/common": "^4.4.0-RC.0",
"@angular/core": "^4.4.0-RC.0",
"@angular/platform-browser": "^4.4.0-RC.0",
"@types/jasmine": "^2.5.54",
"@types/jasminewd2": "^2.0.3",
"rxjs": "^5.4.3"
},
"homepage": "http://github.com/velesin/jasmine-jquery",
"author": {
"name": "Netanel Basal",
"url": "https://netbasal.com"
},
"scripts": {
"build": "tsc",
"prepublish": "tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/NetanelBasal/ngx-easy-test"
},
"license": "MIT"
}