-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 975 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
40
{
"name": "quality-builders",
"version": "1.0.0",
"description": "portfolio",
"main": "index.js",
"scripts": {
"test": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ShammasPk/QualityBuilders.git"
},
"keywords": [
"builders",
"construction"
],
"author": "psybo Technologies",
"license": "ISC",
"bugs": {
"url": "https://github.com/ShammasPk/QualityBuilders/issues"
},
"homepage": "https://github.com/ShammasPk/QualityBuilders#readme",
"dependencies": {
"angular": "^1.6.4",
"angular-loading-bar": "^0.9.0",
"angular-route": "^1.6.4",
"angular-ui-bootstrap": "^2.5.0",
"angular-utils-pagination": "^0.11.1",
"lightbox2": "^2.9.0",
"ng-file-upload": "^12.2.13"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean-css": "^3.8.0",
"gulp-concat": "^2.6.1",
"gulp-concat-css": "^2.3.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^3.0.0"
}
}