-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
39 lines (39 loc) · 1.33 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
{
"name": "sketch-image-compressor",
"version": "1.2.5",
"description": "A Plugin that compresses bitmap assets, right when you export them. This Plugin *requires* Sketch 3.8.",
"main": "src/plugin.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"authors": ["Kornel Lesiński", "Ale Muñoz"],
"license": "MIT",
"repository": "https://github.com/BohemianCoding/sketch-image-compressor",
"devDependencies": {
"babel": "^6.3.26",
"babel-cli": "^6.4.5",
"babel-plugin-sketch-manifest-processor": "^0.1.1",
"babel-plugin-transform-es2015-arrow-functions": "^6.8.0",
"babel-plugin-transform-es2015-block-scoped-functions": "^6.8.0",
"babel-plugin-transform-es2015-block-scoping": "^6.9.0",
"babel-plugin-transform-es2015-constants": "^6.1.4",
"babel-plugin-transform-strict-mode": "^6.8.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.5.0",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"del": "^2.2.0",
"expand-tilde": "^1.2.0",
"fs-extra": "^0.30.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-spawn": "^0.3.0",
"gulp-uglify": "^1.5.4",
"lodash": "^4.2.1",
"pretty-bytes": "^3.0.1",
"pretty-ms": "^2.1.0",
"recursive-copy": "^2.0.5",
"run-sequence": "^1.1.5",
"vinyl-source-stream": "^1.1.0"
}
}