-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
39 lines (39 loc) · 982 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
{
"name": "angular-router-loader",
"version": "0.8.5",
"description": "A webpack loader for Angular that enables string-based module loading with the Angular Router",
"main": "src/index.js",
"scripts": {
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"test": "mocha -R spec spec",
"test:watch": "npm run test -- -w"
},
"keywords": [
"angular",
"webpack",
"loader",
"router",
"lazy-loading"
],
"author": "Brandon Roberts",
"license": "MIT",
"dependencies": {
"loader-utils": "^1.0.2"
},
"bugs": {
"url": "https://github.com/brandonroberts/angular-router-loader/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brandonroberts/angular-router-loader.git"
},
"devDependencies": {
"conventional-changelog-cli": "^1.2.0",
"mocha": "^3.0.2",
"pmock": "^0.2.3",
"should": "^11.1.0"
},
"peerDependencies": {
"webpack": ">=2.4.0"
}
}