-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.1 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.1 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
{
"name": "TechnogiWebsite",
"version": "1.0.0-beta.1",
"description": "Technogi's Website",
"main": "index.js",
"engine": "node 0.12.x",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Technogi/website.git"
},
"keywords": [
"Technogi",
"Website"
],
"author": "Carlos Hernandez <carlos@technogi.com.mx>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Technogi/website/issues"
},
"homepage": "https://github.com/Technogi/website",
"devDependencies": {
"browserify": "^8.1.0",
"gulp": "^3.9.0",
"gulp-cloudfiles": "^0.1.2",
"gulp-concat": "^2.4.3",
"gulp-file-include": "^0.8.0",
"gulp-html-replace": "^1.4.2",
"gulp-imagemin": "^2.1.0",
"gulp-jshint": "^1.9.0",
"gulp-minify-css": "^0.3.12",
"gulp-notify": "^2.1.0",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.3.0",
"gulp-uglify": "^1.0.2",
"gulp-util": "^3.0.2",
"gulp-webserver": "^0.9.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0"
}
}