-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.03 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.03 KB
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
{
"name": "3aglobal-backend",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gulp-manager": "cd plugins/Gerenciador && gulp build",
"build": "gulp build && gulp mbuild"
},
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/3aworldwide/3aglobal-backend.git"
},
"author": "",
"license": "ISC",
"homepage": "https://bitbucket.org/3aworldwide/3aglobal-backend#readme",
"devDependencies": {
"bootstrap-sass": "^3.3.7",
"browser-sync": "^2.18.13",
"gulp": "^3.9.1",
"gulp-cache": "^1.0.1",
"gulp-imagemin": "^4.0.0",
"gulp-inject": "^4.3.0",
"require-dir": "^0.3.2",
"run-sequence": "^2.2.0"
},
"dependencies": {
"del": "^3.0.0",
"gulp-autoprefixer": "^5.0.0",
"gulp-concat": "^2.6.1",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.1"
}
}