-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 858 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
{
"name": "table-view",
"version": "0.0.1",
"description": "HTML/CSS code base for static pages for table-view",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://wdgit-tx.corp.globant.com/git/BTR038"
},
"keywords": [
"HTML",
"CSS"
],
"license": "Globant",
"homepage": "https://wdgit-tx.corp.globant.com/git/BTR038",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-clean-css": "^2.0.3",
"gulp-concat": "^2.6.0",
"gulp-connect": "^3.2.2",
"gulp-imagemin": "^2.4.0",
"gulp-nunjucks-render": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3"
},
"dependencies": {
"gulp-open": "^1.0.0"
}
}