-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 1.19 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
{
"name": "madeindays",
"title": "Made in Days",
"description": "Made in Days landing page",
"version": "1.2.0",
"author": "Marek Hrabe <[email protected]> (http://github.com/marekhrabe)",
"homepage": "http://madeindays.com/",
"main": "index.html",
"private": true,
"repository": {
"type": "git",
"url": "[email protected]:marekhrabe/website-base.git"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-recess": "~0.5.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-uglify": "~0.2.4",
"grunt-este-watch": "~0.1.15",
"grunt-contrib-htmlmin": "~0.1.3",
"grunt-image-embed": "^0.3.1",
"grunt-cdnify": "0.0.2",
"grunt-contrib-less": "^0.11.0"
},
"banner": [
"<%= pkg.title %>",
"<%= pkg.homepage %>",
"",
"Copyright <%= grunt.template.today('yyyy') %> <%= pkg.title %> - All Rights Reserved",
"",
"Author:",
"<%= pkg.author %>",
"",
"Build v<%= pkg.version %> - <%= grunt.template.today('yyyy-mm-dd') %>",
"",
"Source code on GitHub: https://github.com/marekhrabe/madeindays"
],
"typekit": "zuc1vrm",
"analytics": "UA-49743712-1",
"cdn": "//madeindays-681148.c.cdn77.org/"
}