UNPKG

1.07 kBJSONView Raw
1{
2 "name": "ng-annotate-loader",
3 "version": "0.1.1",
4 "description": "Webpack loader that runs ng-annotate on your bundles",
5 "main": "loader.js",
6 "scripts": {
7 "example-babel": "rm -rf examples/babel/dist && webpack --config examples/babel/webpack.config",
8 "example-simple": "rm -rf examples/simple/dist && webpack --config examples/simple/webpack.config",
9
10 "acceptance-test": "bash acceptance-test.sh",
11 "test": "npm run acceptance-test"
12 },
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/huston007/ng-annotate-loader.git"
16 },
17 "keywords": [
18 "webpack",
19 "ng-annotate",
20 "angular"
21 ],
22 "author": "Andrey Skladchikov",
23 "license": "MIT",
24 "bugs": {
25 "url": "https://github.com/huston007/ng-annotate-loader/issues"
26 },
27 "homepage": "https://github.com/huston007/ng-annotate-loader",
28 "dependencies": {
29 "ng-annotate": "1.2.1",
30 "source-map": "0.5.4",
31 "loader-utils": "^0.2.6"
32 },
33 "devDependencies": {
34 "babel-loader": "^5.3.2",
35 "node-libs-browser": "0.5.2",
36 "webpack": "^1.12.0"
37 }
38}