-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.48 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
46
47
48
49
50
51
52
53
54
55
{
"name": "mtheme",
"version": "0.5.3",
"description": "Magento2自动化工具扩展,基于Gulp搭建,包括JS编译,Less,phtml,图片压缩等等",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"eslint": "eslint --init"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/pointline/mageK.git"
},
"keywords": [
"gulp",
"magento2",
"mageK"
],
"author": "peter <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pointline/mageK/issues"
},
"homepage": "https://github.com/pointline/mageK#readme",
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.24.1",
"del": "^3.0.0",
"eslint": "^4.1.1",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.6.1",
"eslint-plugin-node": "^5.1.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-clean-css": "^3.5.0",
"gulp-eslint": "^4.0.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.3.0",
"gulp-lesshint": "^4.0.0",
"gulp-plumber": "^1.1.0",
"gulp-sequence": "^0.4.6",
"gulp-strip-debug": "^1.1.0",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"gulp-watch": "^4.3.11",
"merge-stream": "^1.0.1",
"mkdirp": "^0.5.1",
"output-file-sync": "^2.0.0",
"require-dir": "^0.3.2",
"yargs": "^8.0.2"
},
"dependencies": {}
}