-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1 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
{
"name": "angular-template",
"version": "1.0.0",
"description": "AngularJS template for a single-page application with some other features bundled",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Edmond-Wu/angular-template.git"
},
"author": "Edmond Wu",
"license": "ISC",
"bugs": {
"url": "https://github.com/Edmond-Wu/angular-template/issues"
},
"homepage": "https://github.com/Edmond-Wu/angular-template#readme",
"dependencies": {
"@mdi/font": "^2.5.94",
"angular": "^1.7.0",
"angular-animate": "^1.7.0",
"angular-route": "^1.7.0",
"html5-boilerplate": "^6.0.1",
"jquery": "^3.3.1",
"materialize-css": "0.97.7"
},
"devDependencies": {
"gulp": "4.0.0",
"gulp-clean-css": "^3.9.4",
"gulp-concat": "^2.6.1",
"gulp-ng-annotate": "^2.1.0",
"gulp-rename": "^1.2.2",
"gulp-series": "^1.0.2",
"gulp-uglify": "^3.0.1"
}
}