-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
43 lines (43 loc) · 932 Bytes
/
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
{
"name": "material",
"version": "2.10.1",
"description": "New Material Theme",
"main": "gulpfile.js",
"directories": {
"lib": "lib"
},
"dependencies": {
"del": "^3.0.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean-css": "^3.9.4",
"gulp-htmlmin": "^4.0.0",
"gulp-jshint": "^2.1.0",
"gulp-rename": "^1.4.0",
"gulp-replace": "^0.6.1",
"gulp-rev": "^8.1.1",
"gulp-rev-collector": "^1.3.1",
"gulp-uglify": "^3.0.0",
"jshint": "^2.9.5",
"run-sequence": "^2.2.1"
},
"scripts": {
"test": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/manyang901/material.git"
},
"keywords": [
"material",
"typecho",
"theme"
],
"author": "Manyang901",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/manyang901/material/issues"
},
"homepage": "https://github.com/manyang901/material#readme"
}