-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 945 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 945 Bytes
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
{
"name": "angularjs-gulp-skeleton",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexandreomiranda/AngularJS-GULP-Skeleton.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/alexandreomiranda/AngularJS-GULP-Skeleton/issues"
},
"homepage": "https://github.com/alexandreomiranda/AngularJS-GULP-Skeleton#readme",
"dependencies": {
"angular": "^1.7.2",
"angular-route": "^1.7.2",
"angular-ui-bootstrap": "^2.5.6",
"bootstrap": "^4.1.3",
"font-awesome": "^4.7.0",
"jquery": "^3.3.1"
},
"devDependencies": {
"browser-sync": "^2.24.6",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-image": "^4.3.0",
"gulp-sass": "^4.0.1",
"gulp-uglify": "^3.0.1",
"minimatch": "^3.0.2"
}
}