-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.06 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.06 KB
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": "flexicarousel",
"title": "Flexicarousel 2",
"version": "0.3",
"description": "A carousel that'll dynamically adapt its width: it will grow or shrink alongside a site that’s resizing via css media queries. Uses CSS3 transforms for its transitions and is touch-enabled",
"author": {
"name": "Wes Hatch",
"email": "whatch@hugeinc.com"
},
"repository": {
"type": "git",
"url": "https://github.com/apathetic/flexicarousel-2.git"
},
"bugs": {
"url": "https://github.com/apathetic/flexicarousel-2/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/apathetic/flexicarousel-2/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.6.0"
},
"scripts": {
"test": "grunt qunit"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-connect": "~0.6.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-qunit": "^0.4.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "~0.5.3",
"matchdep": "~0.1.2"
}
}