-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
73 lines (70 loc) · 1.83 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "statix",
"title": "Statix",
"description": "Making the process of creating static HTML templates even quicker and easier.",
"version": "3.0.0",
"homepage": "https://github.com/TryKickoff/statix",
"authors": [
{
"name": "Ashley Nolan",
"url": "http://ashleynolan.co.uk"
},
{
"name": "Zander Martineau",
"url": "http://martineau.tv"
},
{
"name": "Contributors",
"url": "https://github.com/TryKickoff/statix/graphs/contributors"
}
],
"repository": {
"type": "git",
"url": "git://github.com/TryKickoff/statix.git"
},
"bugs": {
"url": "https://github.com/TryKickoff/statix/issues"
},
"license": "MIT",
"engines": {
"node": ">=0.11"
},
"dependencies": {},
"devDependencies": {
"assemble": "^0.4.42",
"glob": "^5.0.5",
"grunt": "^0.4.5",
"load-grunt-configs": "^0.4.3",
"load-grunt-tasks": "^3.1.0",
"grunt-autoprefixer": "^3.0.0",
"grunt-browser-sync": "^2.1.3",
"grunt-browserify": "^3.8.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-csso": "^0.7.1",
"grunt-grunticon": "^2.1.6",
"grunt-html-validation": "^0.1.18",
"grunt-newer": "^1.1.0",
"grunt-photobox": "^0.8.1",
"grunt-sass": "^1.0.0",
"grunt-scss-lint": "^0.3.6",
"grunt-shell": "^1.1.2",
"grunt-shimly": "^0.0.7",
"imagemin-gifsicle": "^4.1.0",
"imagemin-mozjpeg": "^5.1.0",
"imagemin-pngquant": "^4.1.0",
"opn": "^1.0.2",
"uglifyify": "^3.0.1",
"cookies-js": "^1.2.1",
"swiftclick": "^1.1.5",
"trak.js": "^0.5.0"
},
"keywords": [],
"scripts": {
"kickoff": "grunt start",
"prekickoff": "npm install -g grunt-cli && npm install"
}
}