forked from raryosu/Rin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.29 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.29 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
51
52
53
54
55
56
57
{
"name": "bootstrap-rin",
"version": "3.3.7-2",
"description": "Rin is one of the Bootstrap original theme (based on Honoka).",
"author": "Hagihara Ryosuke",
"website": "http://rinhoshizo.la/",
"config": {
"package_name": "Rin"
},
"keywords": [
"css",
"bootstrap",
"sass",
"scss",
"lovelive",
"web",
"front-end",
"framework",
"theme"
],
"license": "MIT",
"main": "Gruntfile.js",
"scripts": {
"test": "grunt test",
"start": "grunt build",
"server": "grunt server",
"release": "grunt package"
},
"style": "dist/css/bootstrap.css",
"repository": {
"type": "git",
"url": "https://github.com/raryosu/Rin.git"
},
"devDependencies": {
"bower": "^1.7.9",
"grunt": "^1.0.1",
"grunt-autoprefixer": "^3.0.4",
"grunt-bower-task": "^0.4.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compress": "^1.3.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-csscomb": "^3.1.1",
"grunt-scss-lint": "^0.5.0",
"grunt-text-replace": "^0.4.0"
},
"files": [
"dist",
"scss/**/*.scss",
"Gruntfile.js",
"LICENSE"
]
}