-
-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
43 lines (43 loc) · 1.04 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
{
"name": "ng-annotate-loader",
"version": "0.7.0",
"description": "Webpack loader that runs ng-annotate on your bundles",
"main": "loader.js",
"scripts": {
"test": "node run-tests.js"
},
"repository": {
"type": "git",
"url": "https://github.com/huston007/ng-annotate-loader.git"
},
"keywords": [
"webpack",
"ng-annotate",
"angular"
],
"author": "Andrey Skladchikov",
"license": "MIT",
"bugs": {
"url": "https://github.com/huston007/ng-annotate-loader/issues"
},
"homepage": "https://github.com/huston007/ng-annotate-loader",
"dependencies": {
"clone": "^2.1.1",
"loader-utils": "1.1.0",
"ng-annotate": "1.2.1",
"normalize-path": "2.0.1",
"source-map": "0.5.6"
},
"devDependencies": {
"awesome-typescript-loader": "3.1.2",
"babel-core": "6.24.1",
"babel-loader": "6.4.1",
"babel-preset-es2015": "6.24.1",
"tap-spec": "4.1.1",
"tape": "4.6.0",
"tslint": "4.5.1",
"tslint-loader": "3.5.2",
"typescript": "2.2.2",
"webpack": "^2.3.3"
}
}