-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
52 lines (52 loc) · 1.42 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
45
46
47
48
49
50
51
52
{
"name": "cover",
"description": "A content-driven blogging theme for WordPress.",
"homepage": "https://github.com/peiche/cover",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/peiche/cover.git"
},
"keywords": [
"wordpress, theme, blogging"
],
"author": {
"name": "Paul Eiche",
"email": "[email protected]"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/peiche/cover/issues"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-autoprefixer": "^1.0.1",
"grunt-browser-sync": "^2.2.0",
"grunt-checktextdomain": "^1.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-copy": "0.7.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-sass": "~0.8.1",
"grunt-contrib-uglify": "~0.6.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-ftp-deploy": "^0.1.10",
"grunt-hub": "^0.7.0",
"grunt-pot": "^0.2.1",
"grunt-scss-lint": "^0.3.3",
"grunt-todo": "^0.5.0"
},
"dependencies": {
"@vimeo/player": "^1.0.6",
"aesop-core": "git://github.com/hyunsupul/aesop-core.git",
"font-awesome": "^4.6.3",
"headroom.js": "^0.8.0",
"jquery.event.move": "^1.3.6",
"jquery.event.swipe": "^0.5.4",
"masonry-layout": "^4.0.0",
"unslider": "git://github.com/idiot/unslider.git"
}
}