-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.json
67 lines (67 loc) · 1.63 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "makeup",
"version": "1.0.1",
"description": "",
"main": "dist/makeup.js",
"scripts": {
"start": "gulp",
"test": "gulp t"
},
"repository": {
"type": "git",
"url": "git://github.com/2gis/makeup.git"
},
"author": {
"name": "Tim Chaptykov",
"email": "[email protected]"
},
"contributors": [
{
"name": "Tim Chaptykov",
"email": "[email protected]"
}
],
"license": "MPL 2.0",
"bugs": {
"url": "https://github.com/2gis/makeup/issues"
},
"homepage": "https://github.com/2gis/makeup",
"devDependencies": {
"autoprefixer-core": "^5.1.11",
"del": "^1.1.0",
"gulp": "^3.8.6",
"gulp-concat": "^2.3.4",
"gulp-connect": "^2.0.6",
"gulp-csso": "^0.2.9",
"gulp-declare": "^0.2.0",
"gulp-define-module": "^0.1.1",
"gulp-handlebars": "^4.0.0",
"gulp-imagemin": "^0.6.1",
"gulp-jshint": "^1.7.1",
"gulp-less": "^1.3.2",
"gulp-mocha": "~1.1.0",
"gulp-newer": "^0.3.0",
"gulp-plumber": "^0.6.4",
"gulp-postcss": "^5.1.6",
"gulp-rename": "^1.2.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-spritesmith": "0.0.2",
"gulp-svgmin": "^0.4.6",
"gulp-uglify": "^0.3.1",
"gulp-util": "^3.0.0",
"gulp-wrap": "^0.11.0",
"gulp.spritesmith": "^1.2.0",
"html-minifier": "^0.6.6",
"jshint-stylish": "^0.4.0",
"rimraf": "^2.3.4",
"run-sequence": "^0.3.6",
"yargs": "^1.2.6"
},
"dependencies": {
"jquery": "1.11.1",
"rader": "git://github.com/2gis/rader.git#0.2.2",
"baron": "git://github.com/Diokuz/baron.git#0.7.9",
"handlebars": "~3.0.3",
"lodash": "~3.8.0"
}
}