colletch
Version:
A collection of etch components
30 lines (29 loc) • 599 B
JSON
{
"name": "colletch",
"version": "0.0.26",
"description": "A collection of etch components",
"repository": "https://github.com/twifty/colletch",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"atom",
"etch",
"view",
"window",
"element",
"dom"
],
"author": "Owen Parry",
"license": "MIT",
"dependencies": {
"etch": ">=0.13.0"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^4.5.0",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-react": "^7.3.0"
}
}