This repository was archived by the owner on May 30, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.31 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.31 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
39
40
41
42
43
44
45
46
47
48
{
"name": "ceicom_boilerplate",
"version": "1.3.0",
"description": "Boilerplate desenvolvido para projetos internos da Ceicom, utilizando como plataforma base WebForms do .NET.",
"keywords": [
"boilerplate",
"html5",
"css3",
"less",
"requirejs",
"ogtags",
"javascript"
],
"homepage": "https://github.com/Ceicom/html_boilerplate",
"bugs": {
"url": "https://github.com/Ceicom/html_boilerplate/issues",
"email": "keller@ceicom.com.br"
},
"author": {
"name": "Ceicom Marketing & Tecnologia Digital",
"email": "suporte@ceicom.com.br",
"url": "http://wwww.ceicom.com.br"
},
"repository": {
"type": "git",
"url": "https://github.com/Ceicom/html_boilerplate.git"
},
"license": "BSD-2-Clause",
"devDependencies": {
"@babel/core": "7.3.3",
"@babel/preset-env": "7.3.1",
"autoprefixer": "9.4.8",
"grunt": "1.0.3",
"grunt-babel": "8.0.0",
"grunt-browser-sync": "2.2.0",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "3.0.0",
"grunt-contrib-less": "2.0.0",
"grunt-contrib-uglify": "4.0.0",
"grunt-contrib-uglify-es": "3.3.0",
"grunt-contrib-watch": "1.1.0",
"grunt-postcss": "0.9.0",
"grunt-svgmin": "5.0.0",
"load-grunt-tasks": "4.0.0",
"time-grunt": "2.0.0"
}
}