-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.98 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.98 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": "es6-bone",
"description": "Boilerplate for single-page applications using ES6, Backbone, SASS and Gulp + Browserify.",
"version": "0.0.1",
"homepage": "https://github.com/neilcarpenter/es6-bone",
"author": {
"name": "Neil Carpenter <neilanthonycarpenter@gmail.com> (http://neilcarpenter.com/)"
},
"repository": {
"type": "git",
"url": "git://github.com/neilcarpenter/es6-bone.git"
},
"bugs": {
"url": "https://github.com/neilcarpenter/es6-bone/issues"
},
"license": "MIT",
"engines": {
"node": ">= 0.10.32"
},
"folders": {
"dest": "dist",
"src": "src",
"vendor": "src/vendor"
},
"devDependencies": {
"babel": "^5.6.14",
"babelify": "^6.1.2",
"browser-sync": "~2.7.1",
"browserify": "~6.0.3",
"gulp": "^3.8.8",
"gulp-autoprefixer": "~1.0.1",
"gulp-changed": "^1.0.0",
"gulp-combine-media-queries": "~0.1.0",
"gulp-concat": "^2.4.1",
"gulp-filter": "^1.0.2",
"gulp-imagemin": "^1.1.0",
"gulp-livereload": "^3.8.0",
"gulp-minify-css": "~0.3.10",
"gulp-minify-html": "~0.1.6",
"gulp-minify-inline": "~0.1.0",
"gulp-notify": "^2.0.0",
"gulp-pretty-data": "~0.1.1",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.4.0",
"gulp-rev": "^1.1.0",
"gulp-rimraf": "^0.1.1",
"gulp-sass": "^2.0.4",
"gulp-strip-debug": "~1.0.1",
"gulp-uglify": "~1.0.1",
"gulp-util": "^3.0.1",
"ncp": "^1.0.1",
"pretty-hrtime": "^0.2.2",
"require-dir": "^0.1.0",
"run-sequence": "^1.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "~1.0.0",
"walk": "^2.3.4",
"watchify": "~2.0.0"
},
"vendor": {
"modernizr": "modernizr-dev.js",
"jquery": "jquery-2.1.0.js",
"underscore": "underscore.js",
"backbone": "backbone.js",
"backbone-deep-model": "backbone-deep-model.js",
"plugins": "plugins.js",
"tweenlite": "TweenLite.js",
"css-plugin": "CSSPlugin.js",
"easepack": "EasePack.js",
"script": "script.js"
}
}