-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
53 lines (53 loc) · 1.4 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
53
{
"name": "jhaurawachsman.com",
"description": "JhauraWachsman.com - Website Source Files.",
"version": "0.9.0",
"author": "Jhaura Wachsman (http://jhaurawachsman.com/)",
"homepage": "http://jhaurawachsman.com/",
"repository": {
"type": "git",
"url": "https://github.com/jhauraw/jhaurawachsman.com.git"
},
"bugs": {
"url": "http://github.com/jhauraw/jhaurawachsman.com/issues"
},
"licenses": [
{
"type": "GPLv3, CC BY 3.0",
"url": "http://gnu.org/licenses/gpl.html, http://creativecommons.org/licenses/by/3.0/"
}
],
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"jekyll",
"zurb",
"foundation",
"theme",
"responsive",
"mobile"
],
"readmeFilename": "README.md",
"gitHead": "aa4f3b9fb0e0358389761b9b8a081a9295f70052",
"dependencies": {
"zepto": "~1.0.0",
"jquery": "~1.9.0",
"foundation": "~4.1.5",
"font-awesome": "~3.0.0",
"grunt-responsive-images": "0.0.3"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-compass": "~0.1.3",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-cssmin": "~0.5.0",
"grunt-contrib-jshint": "~0.3.0",
"grunt-contrib-watch": "~0.4.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-htmlmin": "~0.1.3"
}
}