forked from moscowpython/moscowpython
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.05 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
{
"name": "moscow-python",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"postinstall": "gulp compile"
},
"engines": {
"node": "0.10.x",
"npm": "2.1.x"
},
"author": "",
"license": "ISC",
"dependencies": {
"async": "^1.3.0",
"autoprefixer-core": "^5.1.11",
"browser-sync": "^2.6.4",
"connect": "^3.3.5",
"connect-livereload": "^0.5.3",
"css-mqpacker": "^3.1.0",
"csswring": "^3.0.3",
"gulp": "^3.9.0",
"gulp-babel": "^5.1.0",
"gulp-bower": "0.0.10",
"gulp-concat": "^2.5.2",
"gulp-connect": "^2.2.0",
"gulp-es6-transpiler": "~1.0.1",
"gulp-evil-icons": "^0.1.9",
"gulp-imagemin": "^2.2.1",
"gulp-livereload": "^3.8.0",
"gulp-postcss": "^5.1.3",
"gulp-rigger": "^0.5.8",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"imagemin-pngquant": "^4.0.0",
"postcss-import": "^5.2.2",
"postcss-nested": "^0.3.1",
"postcss-simple-vars": "^0.3.0",
"rimraf": "^2.3.1",
"tiny-lr": "^0.1.5",
"ungrid": "^1.0.1",
"gulp": "^3.8.11"
}
}