-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.1 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
{
"name": "seq-theme-mono",
"version": "1.1.0",
"description": "A minimal but colorful slider for showcasing one large product per slide",
"license": "GPL-3.0",
"homepage": "http://sequencejs.com/themes/mono/",
"private": false,
"author": "Ian Lunn",
"repository": {
"type": "git",
"url": "https://github.com/SequenceJS/mono/"
},
"bugs": {
"url": "https://github.com/SequenceJS/mono/issues",
"email": "bugs@sequencejs.com"
},
"keywords": [
"sequence",
"sequencejs",
"sequence theme",
"sequence.js",
"sequence.js theme",
"basic slider",
"single product slider"
],
"devDependencies": {
"grunt": "~0.4.1",
"connect-livereload": "~0.3.2",
"grunt-contrib-sass": "~0.6.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-autoprefixer": "~0.4.1",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-connect": "~0.6.0",
"grunt-contrib-copy": "~0.5.0",
"time-grunt": "~0.2.8",
"grunt-open": "~0.2.3",
"grunt-version": "~0.3.0"
},
"dependencies": {
"load-grunt-tasks": "~0.2.0"
}
}