-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.11 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
45
{
"name": "@sj-js/menuman",
"version": "1.1.2",
"description": "menuman",
"homepage": "https://sj-js.github.io/sj-js/menuman",
"main": "./index.js",
"author": "souljungkim@gmail.com",
"license": "MIT",
"scripts": {
"build": "gulp",
"deploy": "npm publish",
"gitk": "gitk"
},
"repository": {
"type": "git",
"url": "https://github.com/sj-js/menuman.git",
"web": "https://github.com/sj-js/menuman"
},
"dependencies": {
"@sj-js/crossman": "^1.2.3"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-bower": "0.0.15",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-concat-css": "^2.2.0",
"gulp-csslint": "^1.0.1",
"gulp-if": "^2.0.0",
"gulp-jshint": "^2.0.1",
"gulp-livereload": "^4.0.1",
"gulp-minify-html": "^1.0.5",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.1",
"gulp-shell": "^0.5.2",
"gulp-strip-debug": "^1.1.0",
"gulp-uglify": "^1.5.1",
"gulp-uglifycss": "^1.0.5",
"gulp-webserver": "^0.9.1",
"jshint": "^2.9.3",
"lodash": "4.17.13",
"lodash.template": "4.5.0",
"open": "6.0.0"
}
}