This repository was archived by the owner on Jul 19, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.33 KB
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
{
"name": "Shirka",
"title": "Static Site Build Boilerplate",
"description": "Boilerplate for use on static site builds.",
"version": "0.1.5",
"homepage": "https://github.com/nickpack/Shirka",
"author": {
"name": "Nick Pack",
"email": "nick@nickpack.com",
"url": "http://0xdeadfa11.net"
},
"repository": {
"type": "git",
"url": "git@github.com:nickpack/Shirka.git"
},
"bugs": {
"url": "https://github.com/nickpack/Shirka/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/nickpack/Shirka/blob/master/LICENSE-MIT"
}
],
"dependencies": {},
"main": "./src/index",
"keywords": [
"static"
],
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.3.0",
"grunt-contrib-watch": "~0.3.1",
"uglify-js": "~2.2.5",
"grunt-contrib-jasmine": "~0.4.1",
"phantomjs": "~1.9.0-0",
"grunt-lib-phantomjs": "~0.2.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-concat": "~0.1.3",
"grunt-sass": "~0.4.0",
"grunt-contrib-sass": "~0.3.0",
"grunt-contrib-csslint": "~0.1.1",
"grunt-contrib-cssmin": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-livereload": "~0.1.2",
"grunt-templater": "0.0.3-1",
"bower": "~0.8.5",
"grunt-swig": "git://github.com/nickpack/grunt-swig.git"
}
}