-
Notifications
You must be signed in to change notification settings - Fork 118
/
package.json
110 lines (110 loc) · 3.07 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "svg-icon",
"version": "0.8.2",
"description": "an ultimate svg icons collection done right",
"main": "index.js",
"homepage": "https://github.com/leungwensen/svg-icon#readme",
"scripts": {
"eslint": "gulp eslint",
"publish-all": "npm run push-all && npm publish && npm run sync-cnpm",
"push-all": "npm run push-master && npm run push-tags && npm run push-gh-pages",
"push-gh-pages": "git checkout gh-pages && git merge master && git push && git checkout master",
"push-master": "git checkout master && git push",
"push-tags": "git push --tag",
"sync-cnpm": "cnpm sync svg-icon",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leungwensen/svg-icon.git"
},
"keywords": [
"bin"
],
"author": "https://github.com/leungwensen",
"license": "MIT",
"bugs": {
"url": "https://github.com/leungwensen/svg-icon/issues"
},
"dependencies": {
"co": "^4.6.0",
"co-request": "^1.0.0",
"commander": "^2.9.0",
"file-saver": "^1.3.2",
"inquirer": "^1.0.2",
"lesshat": "^4.1.0",
"map-stream": "^0.0.6",
"minimize": "^1.8.1",
"normalize.css": "^4.2.0",
"phantom": "^2.1.14",
"shelljs": "^0.7.0",
"spinkit": "^1.2.5",
"svgo": "^0.6.6",
"tabslet": "^1.7.2",
"through2": "^2.0.1",
"thunkify": "^2.1.2",
"vinyl-fs": "^2.4.3",
"which": "^1.2.9",
"xml2js": "^0.4.16",
"xmldom": "^0.1.22",
"zero-lang": "^0.1.2"
},
"devDependencies": {
"babel-cli": "^6.7.7",
"babel-core": "^6.7.7",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"bootstrap": "^3.3.6",
"chai": "3.5.0",
"css-loader": "^0.23.1",
"eslint": "^2.8.0",
"eslint-config-airbnb": "^8.0.0",
"eslint-plugin-import": "^1.6.0",
"eslint-plugin-jsx-a11y": "^1.2.0",
"eslint-plugin-markdown": "^1.0.0-beta.2",
"eslint-plugin-react": "^5.1.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-eslint": "^2.0.0",
"gulp-if": "^2.0.0",
"gulp-jsdoc3": "^0.2.1",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.5.2",
"gulp-svg-sprite": "^1.3.3",
"gulp-svgmin": "^1.2.2",
"gulp-util": "^3.0.7",
"js-yaml": "^3.6.1",
"jsdoc": "^3.4.0",
"json-loader": "^0.5.4",
"lebab": "^1.1.1",
"less": "^2.6.1",
"less-loader": "^2.2.3",
"mocha": "^2.4.5",
"open": "^0.0.5",
"postcss": "^5.0.19",
"postcss-loader": "^0.8.2",
"pre-commit": "^1.1.2",
"ranma": "^0.5.0",
"raw-loader": "^0.5.1",
"request": "^2.73.0",
"require-dir": "^0.3.0",
"style-loader": "^0.13.1",
"template-importing-loader": "^0.0.1",
"template2module": "~0.1.0",
"template2module-loader": "^0.0.20160513",
"through2": "^2.0.1",
"underscore": "^1.8.3",
"url-loader": "^0.5.7",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1"
},
"engines": {
"node": ">=4.0.0"
},
"bin": {
"svg-icon": "./bin/cli.js"
}
}