forked from elbitdigital/base
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.21 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
44
45
46
47
48
49
50
51
52
{
"name": "base",
"version": "2.0.0",
"description": "Du Lago Foundation Base (based on Elbit Foundation Base)",
"main": "gulpfile.js",
"devDependencies": {
"browser-sync": "^2.12.5",
"gulp": "^3.9.1",
"gulp-batch": "^1.0.5",
"gulp-clean-css": "^2.0.11",
"gulp-concat": "^2.6.0",
"gulp-concat-css": "^2.3.0",
"gulp-continuous-concat": "^0.1.1",
"gulp-image-resize": "^0.9.0",
"gulp-jshint": "^1.12.0",
"gulp-plumber": "^1.1.0",
"gulp-print": "^2.0.1",
"gulp-rename": "^1.2.2",
"gulp-tinypng": "^1.0.2",
"gulp-uglify": "^1.5.4",
"gulp-watch": "^4.3.8",
"jshint": "^2.9.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/elbitdigital/base.git"
},
"keywords": [
"base",
"elbitdigital",
"elbit"
],
"author": {
"name": "Elbit Digital",
"email": "[email protected]",
"url": "dbarjs.github.io"
},
"contributors": [
{
"name": "Eduardo Barros",
"email": "[email protected]",
"url": "dbarjs.github.io"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/dulagorefeicoes/base/issues"
}
}