-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·44 lines (44 loc) · 1.22 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
{
"name": "www.darumaya-gofuku.jp",
"version": "0.0.1",
"description": "Darumaya Kyozome Honten Web Site",
"Keywords": [
"Kimono",
"GitHub Pages",
"gh-pages",
"Jekyll"
],
"homepage": "https://github.com/darumaya/darumaya.github.io",
"bug": "https://github.com/darumaya/darumaya.github.io/issues",
"repository": {
"type": "git",
"url": "https://github.com/darumaya/darumaya.github.io.git"
},
"license": "MIT",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-autoprefixer": "~0.7.6",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-csslint": "~0.2.0",
"grunt-contrib-cssmin": "~0.10.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-less": "~0.11.3",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-csscomb": "~2.0.1",
"grunt-exec": "~0.4.5",
"grunt-html-validation": "~0.1.18",
"grunt-jscs-checker": "~0.6.0",
"grunt-sed": "~0.1.1",
"load-grunt-tasks": "~0.6.0",
"markdown": "~0.5.0",
"npm-shrinkwrap": "~3.1.6",
"time-grunt": "~0.3.2",
"grunt-responsive-images": "~0.1.4"
},
"engines": {
"node": "~0.10.1"
}
}