-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.12 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.12 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
{
"name": "TUBA",
"author": {
"name": "Azai Chan",
"email": "azai.tw@gmail.com"
},
"version": "0.0.1",
"description": "Tuba front-end builder",
"homepage": "",
"keywords": [],
"main": "server.js",
"scripts": {
"build": "gulp build",
"css": "gulp css"
},
"dependencies": {
"gulp": "3.8.10",
"gulp-base64": "0.1.2",
"gulp-clean": "0.3.2",
"gulp-clean-css": "2.0.4",
"gulp-compile-handlebars": "0.4.4",
"gulp-concat": "2.6.0",
"gulp-html-replace": "1.5.5",
"gulp-inline-source": "2.1.0",
"gulp-jshint": "2.0.0",
"gulp-jsonlint": "1.1.2",
"gulp-less": "3.0.1",
"gulp-htmlmin": "1.3.0",
"gulp-nodemon": "2.0.6",
"gulp-rename": "1.2.2",
"gulp.spritesmith": "6.2.1",
"gulp-uglify": "1.5.3"
},
"repository": {
"type": "git",
"url": "git://github.com/t-u-b-a/website_theme_wordpress"
},
"licenses": [
{
"type": "MIT",
"url": ""
}
],
"engines": {
"node": ">= 0.10.0"
}
}