-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1.18 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
{
"name": "website-base",
"description": "A simple project to quickstart single-page coding.",
"version": "1.0.0",
"author": "Marek Hrabe <[email protected]> (http://github.com/marekhrabe)",
"contributors": ["Patrik Holcak <[email protected]> (http://github.com/patrikholcak)"],
"homepage": "http://marekhrabe.github.io/website-base",
"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"
},
"banner": [
"<%= pkg.name %>",
"<%= pkg.homepage %>",
"",
"Copyright <%= grunt.template.today('yyyy') %> Piffle LLC - All Rights Reserved",
"",
"Author:",
"<%= pkg.author %>",
"",
"Build v<%= pkg.version %> - <%= grunt.template.today('yyyy-mm-dd') %>"
],
"typekit": "ayj4ewi",
"analytics": "UA-45541034-1"
}