-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.02 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 2.02 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "3m5-banner-engine",
"version": "0.2.2",
"description": "Animation engine for Banner space with different formats & templates",
"main": "lib/BannerEngine.js",
"bugs": {
"url": "https://github.com/3m5/banner-engine/issues",
"email": "andreas.wiedenfeld@3m5.de"
},
"repository": {
"type": "git",
"url": "https://github.com/3m5/banner-engine.git"
},
"license": "MIT",
"dependencies": {
"3m5-coco": "^0.1.85",
"babel-polyfill": "^6.13.0",
"handlebars": "^4.0.5",
"jquery": "^2.2.4",
"js-base64": "^2.1.9",
"normalize.css": "^4.2.0"
},
"devDependencies": {
"autoprefixer-core": "^3.1.0",
"babel-loader": "^6.2.5",
"babel-plugin-es6-promise": "^1.0.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-es2015-loose": "^8.0.0",
"babel-preset-stage-2": "^6.13.0",
"babel-preset-stage-3": "^6.11.0",
"browserify": "^13.1.0",
"domain": "0.0.0",
"es6ify": "^1.6.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-browserify": "^0.5.1",
"gulp-clean-css": "^2.0.12",
"gulp-compile-handlebars": "^0.6.1",
"gulp-concat": "~2.1.7",
"gulp-if": "^1.2.5",
"gulp-ignore": "^1.2.1",
"gulp-less": "~1.2.1",
"gulp-livereload": "~2.1.1",
"gulp-plumber": "^0.6.6",
"gulp-postcss": "^1.0.2",
"gulp-rename": "^1.2.2",
"gulp-rimraf": "^0.1.1",
"gulp-streamify": "0.0.5",
"gulp-tap": "^0.1.3",
"gulp-uglify": "^1.0.1",
"gulp-util": "^2.2.20",
"gulp-webserver": "^0.9.1",
"handlebars-loader": "^1.4.0",
"hbsfy": "2.2.0",
"ignore": "^2.2.15",
"livereload": "^0.3.6",
"run-sequence": "^1.2.2",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.15.1",
"yargs": "^1.3.1"
},
"scripts": {
"compile": "gulp compile --production",
"prepublish": "npm run compile",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Andreas Wiedenfeld",
"url": "https://github.com/QUEnDo"
},
"homepage": "https://github.com/3m5/banner-engine"
}