-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.19 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.19 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
49
50
51
52
53
54
{
"name": "pycones",
"version": "1.0.0",
"description": "Web page for PyConES 2019.",
"main": "gulpfile.js",
"directories": {
"doc": "docs"
},
"scripts": {
"watch": "gulp",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+git@github.com:python-spain/PyConES-2017.git"
},
"author": "Marcos Gabarda",
"license": "MIT",
"bugs": {
"url": "https://github.com/python-spain/PyConES-2017/issues"
},
"homepage": "https://github.com/python-spain/PyConES-2017#readme",
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"es2015"
]
}
]
]
},
"devDependencies": {
"angular": "^1.7.9",
"babel": "^6.5.2",
"babel-preset-es2015": "^6.18.0",
"babelify": "^7.3.0",
"bootstrap": "4.0.0-alpha.6",
"browserify": "^13.0.1",
"browserify-shim": "^3.8.12",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-browserify": "^0.5.1",
"gulp-cssnano": "^2.1.2",
"gulp-imagemin": "^3.1.1",
"gulp-pixrem": "^1.0.0",
"gulp-sass": "^3.1.0",
"jquery": "^3.2.1",
"node-sass": "^4.13.1"
}
}