This repository was archived by the owner on Mar 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.37 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.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
{
"name": "",
"version": "0.0.1",
"description": "",
"license": "MIT",
"scripts": {},
"dependencies": {},
"devDependencies": {
"soundfont-player": "^0.7.0",
"babelify": "^7.2.0",
"babel-preset-es2015": "^6.3.13",
"browser-sync": "^2.8.2",
"browserify": "^13.0.0",
"event-stream": "^3.3.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-cached": "^1.1.0",
"gulp-compile-handlebars": "^0.6.1",
"gulp-cssnano": "^2.1.0",
"gulp-html5-lint": "^1.0.1",
"gulp-htmlmin": "^1.3.0",
"gulp-imagemin": "^2.3.0",
"gulp-inject": "^3.0.0",
"gulp-inline-source": "^2.1.0",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^2.0.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.0.4",
"gulp-scp2": "^0.2.0",
"gulp-scss-lint": "^0.3.0",
"gulp-shell": "^0.5.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-style-inject": "0.0.3",
"gulp-uglify": "^1.3.0",
"gulp-util": "^3.0.7",
"handlebars": "^4.0.5",
"handlebars-layouts": "^3.1.0",
"js-yaml": "^3.4.0",
"jshint": "^2.9.1",
"path": "^0.12.7",
"rimraf": "^2.5.2",
"run-sequence": "^1.1.5",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"engines": {
"node": "0.10.36",
"npm": "2.11.2"
},
"repository": {
"type": "git",
"url": ""
}
}