forked from sergey-platonov/cpp-russia-2017
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.07 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
{
"name": "Cppconf",
"version": "1.0.0",
"description": "Cppconf",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"autoprefixer": "^6.3.7",
"babel-plugin-transform-es2015-ie8-classes": "^0.1.8",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-es2015-ie": "^6.6.2",
"babelify": "^7.3.0",
"browserify": "^13.1.0",
"cssnano": "^3.7.3",
"eslint": "^3.5.0",
"fontmin": "^0.9.6",
"gifsicle": "^3.0.3",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-imagemin": "^3.0.2",
"gulp-less": "^3.1.0",
"gulp-postcss": "^6.1.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"imagemin-jpegoptim": "^5.0.0",
"jpegtran": "^1.0.4",
"jpegtran-bin": "^3.1.0",
"optipng": "^1.0.0",
"optipng-bin": "^3.1.2",
"path": "^0.12.7",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"author": "Dmitriy Gajewski",
"license": "ISC"
}