-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
58 lines (58 loc) · 1.45 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
{
"name": "hex-grid",
"version": "1.5.2",
"description": "A dynamic, expandable, animated grid of hexagonal tiles",
"repository": {
"type": "git",
"url": "https://github.com/levilindsey/hex-grid"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/levilindsey/hex-grid/blob/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/levilindsey/hex-grid/issues",
"email": "levisl176@gmail.com"
},
"author": {
"name": "Levi Lindsey",
"email": "levisl176@gmail.com",
"url": "http://jackieandlevi.com/levi"
},
"scripts": {
"start": "gulp",
"postinstall": "bower install"
},
"dependencies": {
"showdown": "^1.9.1",
"showdown-prettify": "^1.3.0",
"showdown-twitter": "^1.1.0"
},
"devDependencies": {
"bower": "^1.8.12",
"glob": "^7.2.0",
"gulp": "^5.0.0",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^3.4.1",
"gulp-concat": "^2.6.1",
"gulp-inject": "^5.0.5",
"gulp-inject-string": "^1.1.2",
"gulp-load-plugins": "^2.0.8",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-size": "^4.0.1",
"gulp-stream": "0.0.2",
"gulp-uglify": "^3.0.2",
"gulp-webserver": "^0.5.0",
"merge-stream": "^0.1.8",
"natives": "^1.1.6",
"q": "^1.5.0"
},
"overrides": {
"graceful-fs": "^4.2.10"
}
}