pico-transforms
Version:
A collection of small, but useful Browserify transforms
36 lines (35 loc) • 833 B
JSON
{
"name": "pico-transforms",
"version": "1.0.0",
"description": "A collection of small, but useful Browserify transforms",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stolksdorf/pico-transforms.git"
},
"keywords": [
"browserify",
"transforms",
"svg",
"yaml",
"svgify",
"yamlify"
],
"author": "stolksdorf",
"license": "ISC",
"bugs": {
"url": "https://github.com/stolksdorf/pico-transforms/issues"
},
"homepage": "https://github.com/stolksdorf/pico-transforms#readme",
"dependencies": {
"babel-core": "^6.26.0",
"babel-preset-react": "^6.24.1",
"js-yaml": "^3.9.1",
"lodash": "^4.17.4",
"svgo": "^0.7.2",
"through": "^2.3.8"
}
}