-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1012 Bytes
/
package.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
{
"name": "@theintern/angular-plugin",
"version": "1.0.0",
"description": "Intern plugin for testing Angular 4",
"main": "index.js",
"scripts": {
"build": "intern-dev-clean && intern-dev-build",
"clean": "intern-dev-clean",
"lint": "intern-dev-lint",
"test": "NODE_PATH=_build intern",
"watch": "intern-dev-build watch"
},
"author": "",
"license": "BSD-3-Clause",
"devDependencies": {
"@angular/core": "^4.2.4",
"@angular/common": "^4.2.4",
"@angular/compiler": "^4.2.4",
"@angular/platform-browser": "^4.2.4",
"@angular/platform-browser-dynamic": "^4.2.4",
"@theintern/dev": "~0.5.8",
"@types/systemjs": "^0.20.2",
"intern": "~4.0.0-alpha.15",
"rxjs": "^5.4.2",
"zone.js": "^0.8.14"
},
"peerDependencies": {
"@angular/core": "^4.2.4",
"@angular/common": "^4.2.4",
"@angular/compiler": "^4.2.4",
"@angular/platform-browser": "^4.2.4",
"@angular/platform-browser-dynamic": "^4.2.4",
"intern": "~4.0.0-alpha.15",
"rxjs": "^5.4.2",
"zone.js": "^0.8.14"
}
}