-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
77 lines (77 loc) · 2.07 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
{
"name": "marionettist",
"version": "3.0.3",
"description": "Marionettist. It is a Marionette based framework",
"main": "dist/marionettist.js",
"scripts": {
"test": "mocha test/runner.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/afterworkdevelopments/marionettist.git"
},
"bugs": {
"url": "https://github.com/afterworkdevelopments/marionettist/issues"
},
"homepage": "https://github.com/afterworkdevelopments/marionettist#readme",
"keywords": [
"Marionette",
"Framework",
"Backbone",
"Marionettist",
"Marionettistjs",
"Marionettist.js",
"Marionettist js",
"Emilio",
"Forrer",
"Emilio Forrer"
],
"author": "Emilio Forrer <dev.emilio.forrer@gmail.com> (https://github.com/emilioforrer)",
"license": "MIT",
"dependencies": {
"Backbone.Mutators": "^0.4.5",
"backbone": "^1.3.3",
"backbone-associations": "^0.6.2",
"backbone.marionette": "^3.1.0",
"backbone.radio": "^2.0.0",
"backbone.stickit": "^0.9.2",
"coffee-script": "^1.10.0",
"i18next": "^3.4.1",
"jquery": "^3.1.0",
"moment": "^2.14.1",
"moment-range": "^2.2.0",
"moment-timezone": "^0.5.5",
"numeral": "^1.5.3",
"underscore": "^1.8.3",
"underscore-contrib": "^0.3.0",
"underscore.string": "^3.3.4"
},
"devDependencies": {
"browserify": "^13.1.0",
"chai": "^3.5.0",
"chai-jq": "0.0.9",
"coffeeify": "^2.0.1",
"debowerify": "^1.5.0",
"gulp": "^3.9.1",
"gulp-coffee": "^2.3.2",
"gulp-concat": "^2.6.0",
"gulp-haml-coffee-compile": "0.0.1",
"gulp-include": "^2.3.1",
"gulp-sequence": "^0.4.5",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"i18next-browser-languagedetector": "^1.0.0",
"jsdom": "^9.4.2",
"mocha": "^3.0.2",
"pathmodify": "^0.5.0",
"require-all": "^2.0.0",
"rollup-stream": "^1.12.0",
"run-sequence": "^1.2.2",
"sinon": "^1.17.5",
"sinon-chai": "^2.8.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
}
}