-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.37 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.37 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "alexander-interactive-documentary",
"version": "0.1.0",
"description": "veroia.gr",
"homepage": "https://github.com/polyptychon/alexander-interactive-documentary",
"bugs": "",
"main": "src/coffee/main.coffee",
"author": {
"name": "Harris Sidiropoulos",
"email": "sidiropoulos@polyptychon.gr"
},
"repository": {
"type": "git",
"url": "https://github.com/polyptychon/alexander-interactive-documentary"
},
"browserify": {
"transform": [
"coffeeify",
"jadeify"
]
},
"license": "MIT",
"devDependencies": {
"browserify": "11.2.0",
"coffee-script": "1.7.1",
"coffeeify": "0.6.0",
"del": "1.2.0",
"dotenv": "0.5.1",
"glob": "4.0.6",
"gulp": "3.9.0",
"gulp-autoprefixer": "0.0.7",
"gulp-buffer": "0.0.2",
"gulp-changed": "1.0.0",
"gulp-concat": "2.3.4",
"gulp-duration": "0.0.0",
"gulp-fingerprint": "0.3.2",
"gulp-flatten": "0.0.2",
"gulp-if": "1.2.0",
"gulp-jade": "0.5.0",
"gulp-livereload": "2.1.1",
"gulp-minify-css": "0.3.11",
"gulp-plumber": "0.6.5",
"gulp-replace": "0.5.4",
"gulp-rev": "1.0.0",
"gulp-sass": "2.0.4",
"gulp-size": "1.0.0",
"gulp-sourcemaps": "1.6.0",
"gulp-uglify": "0.3.0",
"gulp-util": "3.0.0",
"gulp-webserver": "0.8.3",
"jade": "1.5.0",
"jadeify": "4.4.0",
"lodash": "2.4.1",
"minifyify": "7.1.0",
"napa": "0.4.1",
"plumber": "0.4.4",
"run-sequence": "0.3.7",
"uglifyify": "3.0.1",
"vinyl-paths": "1.0.0",
"vinyl-source-stream": "0.1.1",
"yargs": "1.3.2"
},
"dependencies": {
"animationframe": "git://github.com/HarrisSidiropoulos/animationframe",
"away": "1.0.0",
"detect-browser": "1.3.0",
"gulp-rename": "1.2.2",
"jquery": "2.1.1",
"jquery-touch-events": "git+https://github.com/benmajor/jQuery-Touch-Events.git",
"jquery.transit": "0.9.12",
"local-storage": "1.4.2",
"photoswipe": "4.0.7",
"picturefill": "2.3.0",
"poly-form-select2": "git://github.com/polyptychon/poly-form-select2",
"select2": "3.5.2-browserify",
"singleton": "1.0.0",
"subtitles-parser": "bazh/subtitles-parser"
},
"scripts": {
"install": "napa",
"start": "gulp server"
},
"napa": {
"bootstrap": "twbs/bootstrap-sass",
"ihover": "gudh/ihover",
"preloadjs": "CreateJS/PreloadJS",
"soundjs": "CreateJS/SoundJS"
}
}