UNPKG

ng-annotate-loader

Version:

Webpack loader that runs ng-annotate on your bundles

44 lines (43 loc) 1.06 kB
{ "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" } }