-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.11 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
{
"name": "call-of-data-2018-web",
"version": "1.0.0",
"description": "Landing con la información del Call of Data 2018",
"main": "index.js",
"scripts": {
"test": "",
"build": "gulp build",
"dev": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RLadiesMadrid/2017_CallOfData.git"
},
"keywords": [
"callofdata",
"web",
"evento",
"datos"
],
"author": "callofdata",
"license": "MIT",
"bugs": {
"url": "https://github.com/RLadiesMadrid/2017_CallOfData/issues"
},
"homepage": "https://github.com/RLadiesMadrid/2017_CallOfData#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"babelify": "^8.0.0",
"browserify": "^16.2.2",
"gulp": "^3.9.1",
"gulp-cli": "^2.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0",
"gulp-webserver": "^0.9.1",
"gulplog": "^1.0.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.11.0"
},
"dependencies": {
"jquery": "^3.3.1"
}
}