-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.27 KB
/
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
38
39
40
41
42
43
44
45
46
47
{
"name": "eslint-history",
"version": "0.0.6",
"description": "Historical ESLint info, referring to revisions when errors occured and more.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BobChao87/eslint-history.git"
},
"keywords": [
"svn",
"eslint"
],
"author": "BobChao87",
"license": "ISC",
"bugs": {
"url": "https://github.com/BobChao87/eslint-history/issues"
},
"homepage": "https://github.com/BobChao87/eslint-history#readme",
"dependencies": {
"@angular/common": "^2.4.10",
"@angular/compiler": "^2.4.10",
"@angular/core": "^2.4.10",
"@angular/forms": "^2.4.10",
"@angular/http": "^2.4.10",
"@angular/platform-browser": "^2.4.10",
"@angular/platform-browser-dynamic": "^2.4.10",
"@angular/router": "^3.4.10",
"@angular/upgrade": "^2.4.10",
"angular2-in-memory-web-api": "0.0.20",
"bootstrap": "^3.3.7",
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.10",
"rxjs": "5.0.0-beta.12",
"sqlite3": "^3.1.8",
"systemjs": "^0.19.47",
"zone.js": "^0.6.26"
},
"devDependencies": {
"concurrently": "^3.5.0",
"eslint": "^3.19.0",
"lite-server": "^2.3.0"
}
}