-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.59 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
{
"name": "gulp-marionettist-project",
"version": "1.1.0",
"description": "gulp marionettist project bootstrapper",
"main": "lib/gulp-marionettist-project.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/afterworkdevelopments/gulp-marionettist-project.git"
},
"keywords": [
"Marionette",
"Framework",
"Backbone",
"Marionettist",
"Gulp",
"Project"
],
"author": "Emilio Forrer <dev.emilio.forrer@gmail.com> (https://github.com/emilioforrer)",
"license": "MIT",
"bugs": {
"url": "https://github.com/afterworkdevelopments/gulp-marionettist-project/issues"
},
"homepage": "https://github.com/afterworkdevelopments/gulp-marionettist-project#readme",
"dependencies": {
"browser-sync": "^2.13.0",
"browserify": "^13.0.1",
"coffee-script": "^1.10.0",
"coffeeify": "^2.0.1",
"debowerify": "^1.5.0",
"font-awesome": "^4.6.3",
"fs-extra": "^0.30.0",
"gulp": "^3.9.1",
"gulp-changed": "^1.3.0",
"gulp-coffee": "^2.3.2",
"gulp-concat": "^2.6.0",
"gulp-cssimport": "^3.1.0",
"gulp-haml": "^0.1.6",
"gulp-haml-coffee-compile": "0.0.1",
"gulp-if": "^2.0.1",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.4",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.8",
"marionettist": "^2",
"merge": "^1.2.0",
"pathmodify": "^0.5.0",
"source-map": "^0.5.6",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"devDependencies": {}
}