forked from p3drosola/Backbone.VirtualCollection
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 960 Bytes
/
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
{
"name": "backbone-virtual-collection",
"description": "Use Backbone.Marionette CollectionViews on a subset of a Backbone collection",
"version": "0.6.11",
"license": "MIT",
"main": "backbone.virtual-collection.js",
"keywords": [
"backbone",
"marionette",
"teambox"
],
"homepage": "https://github.com/p3drosola/Backbone.VirtualCollection",
"authors": [
"Pedro Solá<[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/p3drosola/Backbone.VirtualCollection.git"
},
"dependencies": {
"backbone": "*",
"underscore": "*"
},
"scripts": {
"test": "gulp test",
"build": "gulp build",
"build-min": "gulp minify",
"build-all": "gulp build && gulp minify"
},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-mocha": "^2.0.0",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.1.0",
"gulp-umd": "^0.1.3",
"mocha": "*",
"sinon": "*"
}
}