forked from rangle/augury
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 992 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
38
39
40
41
42
{
"name": "batarangle",
"version": "0.0.1",
"description": "Chrome Developer Tools Extension for inspecting Angular 2.0 applications",
"repository": {
"type": "git",
"url": "https://github.com/rangle/batarangle.git"
},
"keywords": [
"angular",
"angularjs",
"chrome",
"extension"
],
"bugs": {
"url": "https://github.com/rangle/batarangle/issues"
},
"homepage": "https://github.com/rangle/batarangle",
"scripts": {
"postinstall": "tsd install"
},
"dependencies": {
"@reactivex/rxjs": "5.0.0-alpha.4",
"angular2": "2.0.0-alpha.44",
"crypto": "0.0.3",
"es6-shim": "^0.33.6",
"immutable": "^3.7.5",
"reflect-metadata": "0.1.1",
"rx": "^4.0.0",
"systemjs": "^0.19.3",
"zone.js": "^0.5.8"
},
"devDependencies": {
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-rename": "^1.2.2",
"gulp-tslint": "^3.2.0",
"gulp-typescript": "^2.9.0",
"tsd": "^0.6.4",
"typescript": "^1.6.2"
}
}