forked from python-spain/web-pycones
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.33 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
{
"name": "pydaygal",
"version": "1.0.0",
"description": "Web page for PyDay Galicia 2017.",
"main": "gulpfile.js",
"directories": {
"doc": "docs"
},
"scripts": {
"watch": "gulp watch",
"build": "gulp build",
"dev": "concurrently --raw \"gulp build\" \"gulp watch\"",
"gen-migrations": "sh scripts/dev-migrations.sh",
"gen-locales": "sh scripts/dev-locales.sh",
"build-pre": "concurrently --raw -c \"npm run gen-migrations\" \"npm run gen-locales\" \"npm run build\"",
"start": "./manage.py runserver"
},
"repository": {
"type": "git",
"url": "[email protected]:ivannieto/PyDay-Galicia-2017.git"
},
"author": "Ivan Nieto",
"license": "MIT",
"bugs": {
"url": "https://github.com/ivannieto/PyDay-Galicia-2017/issues"
},
"homepage": "https://github.com/ivannieto/PyDay-Galicia-2017#readme",
"devDependencies": {
"babel": "^6.5.2",
"babel-preset-es2015": "^6.18.0",
"bootstrap": "^4.0.0-alpha.6",
"concurrently": "^3.4.0",
"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",
"jpegtran-bin": "^3.2.0",
"node-sass": "^4.5.2",
"optipng": "^1.1.0",
"optipng-bin": "^4.0.0"
}
}