-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
73 lines (73 loc) · 1.98 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": "Veams",
"description": "Website of Veams",
"version": "0.1.1-19",
"author": {
"name": "sebastian fitzner",
"url": "http://github.com/sebastian-fitzner/"
},
"engines": {
"node": ">=0.12.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"exoskeleton": "^0.7.0",
"handlebars": "^3.0.3",
"highlight.js": "^8.8.0",
"jquery": "^2.1.4",
"respimage": "^1.4.0",
"sassdoc-theme-vulcan": "^0.2.0",
"touchswipe": "^1.6.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"assemble": "~0.4.42",
"babelify": "^6.2.0",
"glob": "^5.0.14",
"gray-matter": "*",
"grunt-autoprefixer": "~0.6.5",
"grunt-browser-sync": "~1.5.3",
"grunt-browserify": "git+https://[email protected]/Sebastian-Fitzner/grunt-browserify",
"grunt-combine-mq": "^0.9.0",
"grunt-concurrent": "~0.4.2",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-connect": "~0.8.0",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-cssmin": "~0.11.0",
"grunt-contrib-handlebars": "^0.10.2",
"grunt-contrib-htmlmin": "~0.3.0",
"grunt-contrib-jshint": "~0.11.2",
"grunt-contrib-uglify": "~0.5.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-dr-svg-sprites": "^0.9.15",
"grunt-htmlhint": "~0.4.0",
"grunt-image-size-export": "~0.1.0",
"grunt-jscs": "^1.8.0",
"grunt-newer": "~0.8.0",
"grunt-responsive-images": "^0.1.3",
"grunt-sass": "~1.0.0",
"grunt-sass-globber": "^2.0.0",
"grunt-sassdoc": "^2.0.1",
"grunt-sync": "~0.2.0",
"grunt-text-replace": "~0.3.11",
"grunt-version": "^0.3.0",
"grunt-webdriver": "^0.5.2",
"handlebars-helper-autolink": "^0.1.1",
"jit-grunt": "^0.9.0",
"load-grunt-configs": "~0.4.1",
"lodash": "*",
"path": "*",
"time-grunt": "*"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/sebastian-fitzner/veams.org/blob/master/LICENSE-MIT"
}
],
"keywords": [
"handlebars-helper-autolink"
]
}