non_npm_packages: 0326/trimpng, package.json
This data as json
| commit | contents | organization | path | repository |
|---|---|---|---|---|
| bd328e1ec94d3169c61bc01551afcb11dcd732ce | {
"author": "0326 <liquanfeng326@icloud.com>",
"dependencies": {
"babel-core": "^6.14.0",
"babel-polyfill": "^6.13.0",
"babel-runtime": "^6.11.6"
},
"description": "trim whitespace and useless pixels for png",
"devDependencies": {
"autoprefixer": "^6.4.1",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.14.0",
"babelify": "^7.3.0",
"browser-sync": "^2.16.0",
"browserify": "^13.1.0",
"gulp": "3.9.1",
"gulp-concat": "^2.6.1",
"gulp-minify-css": "^1.2.4",
"gulp-postcss": "^6.2.0",
"gulp-sourcemaps": "^1.6.0",
"precss": "^1.4.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"license": "MIT",
"name": "trimpng",
"scripts": {
"build": "gulp build",
"dev": "gulp build && gulp server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.0.1"
} |
0326 | package.json | 0326/trimpng |