forked from sirajc/angular2-bs4-navbar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.09 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": "angular2-bs4-navbar",
"version": "0.0.1",
"description": "An Angular2 App with Bootstrap4 Navbar and routing using Angular2's Component Router",
"main": "bootstrap.js",
"scripts": {
"tsc": "tsc -p src -w",
"start": "lite-server --port=8001 --open build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sirajc/angular2-bs4-navbar.git"
},
"bugs": {
"url": "https://github.com/sirajc/angular2-bs4-navbar/issues"
},
"homepage": "https://sirajc.github.io/angular2-bs4-navbar",
"keywords": [
"angular",
"angular2",
"router",
"gulp",
"bootstrap"
],
"author": "Sirajuddin Choudhary <[email protected]>",
"license": "MIT",
"dependencies": {
"angular2": "2.0.0-alpha.46",
"systemjs": "0.19.5"
},
"devDependencies": {
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-load-plugins": "^1.1.0",
"gulp-plumber": "^1.0.1",
"gulp-run": "^1.6.11",
"gulp-sourcemaps": "^1.6.0",
"gulp-typescript": "^2.9.2",
"gulp-util": "^3.0.7",
"lite-server": "^1.3.1",
"typescript": "^1.6.2"
}
}