-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 943 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
{
"name": "marionette.animatedcollectionview",
"version": "0.1.5",
"description": "Allow animating insertion/removal of ItemViews in a Marionette CollectionView",
"main": "src/Marionette.AnimatedCollectionView.js",
"files": [
"src/*.js"
],
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/medialize/Marionette.AnimatedCollectionView.git"
},
"keywords": [
"Marionette",
"Backbone",
"CollectionView",
"CSS-Animation",
"CSS-Transition"
],
"author": {
"name": "Rodney Rehm",
"url": "http://rodneyrehm.de"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/medialize/Marionette.AnimatedCollectionView/issues"
},
"homepage": "https://github.com/medialize/Marionette.AnimatedCollectionView",
"devDependencies": {
"jshint-stylish": "~0.1.5",
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.8.0"
}
}