-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.18 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": "bigu-landing-page",
"version": "1.0.0",
"description": "Bigu Landing Page",
"main": "index.js",
"readme": "README.md",
"dependencies": {
"body-parser": "^1.9.2",
"express": "^4.9.7",
"mailchimp": "^1.1.0",
"mailgun-js": "^0.6.7"
},
"devDependencies": {
"gulp": "^3.8.8",
"gulp-autoprefixer": "^1.0.1",
"gulp-cssimport": "^1.2.3",
"gulp-jade": "^0.8.0",
"gulp-less": "^1.3.6",
"gulp-livereload": "^2.1.1",
"gulp-minify-css": "^0.3.10",
"gulp-minify-html": "^0.1.6",
"gulp-nodemon": "^1.0.4",
"gulp-sass": "^1.1.0",
"gulp-stylus": "^1.3.3",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"jshint": "^2.5.8",
"tiny-lr": "^0.1.4"
},
"scripts": {
"test": ""
},
"author": "Gabriel Almeida <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "http://github.com/bigu21/bigu-landing-page"
},
"keywords": [
"bigu",
"carona",
"ufrj",
"fundao",
"carsharing",
"carpool",
"ride"
],
"bugs": {
"url": "https://github.com/bigu21/bigu-landing-page/issues"
},
"homepage": "https://github.com/bigu21/bigu-landing-page"
}