UNPKG

acc-logo

Version:

A simple svg of the ACC Logo

34 lines (33 loc) 808 B
{ "name": "acc-logo", "version": "1.0.5", "description": "A simple svg of the ACC Logo", "main": "index.js", "scripts": { "test": "echo \\\\\\\"Error: no test specified\\\\\\\" && exit 1", "build": "./node_modules/.bin/babel src --out-file index.js" }, "peerDependencies": { "react": "^16.0.0", "react-dom": "^16.0.0" }, "devDependencies": { "@babel/cli": "^7.1.5", "@babel/core": "^7.1.6", "@babel/preset-env": "^7.1.6", "@babel/preset-react": "^7.0.0", "react": "^17.0.1", "react-dom": "^17.0.1" }, "repository": { "type": "git", "url": "git+ssh://git@bitbucket.org/accltd/acc-logo.git" }, "keywords": [ "nil", "acc" ], "author": "CEM", "license": "MIT", "homepage": "https://bitbucket.org/accltd/acc-logo#readme" }