-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.09 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
{
"name": "centurion",
"version": "2.0.0",
"description": "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": [
"letsmowe",
"mowe",
"elbitdigital",
"elbit",
"foundation",
"base"
],
"author": {
"name": "Eduardo Barros",
"email": "[email protected]",
"url": "dbarjs.noibe.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/elbitdigital/base/issues"
}
}