-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 1.89 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
68
69
70
71
72
73
74
75
76
77
78
{
"name": "arillo-gulp-starter-kit",
"version": "0.0.1",
"description": "A gulp started kit",
"repository": {
"type": "git",
"url": ""
},
"browser": {
"plugin": "./src/js/vendor/jquery-plugin.js"
},
"browserify": {
"transform": [
"browserify-shim",
"coffeeify"
]
},
"browserify-shim": {
"plugin": {
"exports": "plugin",
"depends": [
"jquery:$"
]
}
},
"devDependencies": {
"browser-sync": "~2.2.2",
"browserify": "^9.0.3",
"browserify-shim": "^3.8.2",
"coffeeify": "~1.0.0",
"coffeelint-stylish": "^0.1.2",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-changed": "^1.1.1",
"gulp-coffeelint": "^0.5.0",
"gulp-cssimport": "^1.3.1",
"gulp-file-include": "^0.9.0",
"gulp-filesize": "0.0.6",
"gulp-imagemin": "^2.2.1",
"gulp-jscs": "^1.6.0",
"gulp-jshint": "^1.11.0",
"gulp-minify-css": "~0.5.1",
"gulp-minify-html": "^1.0.2",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "~1.3.3",
"gulp-shell": "^0.4.2",
"gulp-sourcemaps": "^1.5.0",
"gulp-svg-sprite": "^1.1.2",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.4",
"gulp-watch": "^4.2.4",
"handlebars": "^3.0.0",
"hbsfy": "~2.2.1",
"jshint-stylish": "^2.0.0",
"karma": "^0.12.31",
"karma-browserify": "^4.0.0",
"karma-chrome-launcher": "^0.1.7",
"karma-coffee-preprocessor": "^0.2.1",
"karma-mocha": "^0.1.10",
"karma-nyan-reporter": "0.0.51",
"karma-sinon-chai": "^0.3.0",
"lodash": "^3.3.1",
"merge-stream": "^0.1.7",
"pretty-hrtime": "~1.0.0",
"require-dir": "^0.1.0",
"run-sequence": "^1.1.0",
"vinyl": "^0.4.6",
"vinyl-source-stream": "~1.0.0",
"watchify": "^2.4.0"
},
"dependencies": {
"jquery": "~2.1.0",
"lodash": "^3.10.1",
"normalize.css": "^3.0.3"
}
}