-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
44 lines (44 loc) · 1.14 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
{
"name": "marionette-player",
"version": "0.0.0",
"description": "A audio player built with Marionette.js",
"repository": {
"type": "git",
"url": "[email protected]:HenriqueSilverio/marionette-player.git"
},
"keywords": [
"backbone",
"marionette",
"browserify"
],
"author": "Henrique Silverio",
"license": "MIT",
"bugs": {
"url": "https://github.com/HenriqueSilverio/marionette-player/issues"
},
"homepage": "https://github.com/HenriqueSilverio/marionette-player",
"devDependencies": {
"babel": "^5.8.23",
"babelify": "^6.3.0",
"browserify": "^11.2.0",
"grunt": "^0.4.5",
"grunt-browser-sync": "^2.1.3",
"grunt-browserify": "^4.0.1",
"grunt-contrib-copy": "^0.8.1",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-watch": "^0.6.1",
"grunt-jscs": "^2.1.0",
"grunt-sass": "^1.0.0",
"hbsfy": "^2.3.1",
"load-grunt-configs": "^0.4.3",
"load-grunt-tasks": "^3.3.0",
"uglifyify": "^3.0.1"
},
"dependencies": {
"backbone": "^1.2.3",
"backbone.marionette": "^2.4.3",
"handlebars": "^4.0.3",
"jquery": "^2.1.4",
"underscore": "^1.8.3"
}
}