tingle-collection
Version:
tingle-collection component for tingle.
44 lines (43 loc) • 906 B
JSON
{
"name": "tingle-collection",
"version": "1.0.1",
"description": "tingle-collection component for tingle.",
"repository": "https://github.com/tinglejs/tingle-collection.git",
"author": "gnosaij",
"main": "src/index.js",
"files": [
"src",
"README.md"
],
"keywords": [
"tingle-collection",
"Collection",
"react-flexbox",
"flexbox",
"vbox",
"hbox",
"box",
"vertical-box",
"horizontal-box"
],
"dependencies": {
"classnames": "^2.1.2",
"tingle-box": "^1.0.0",
"tingle-context": "~1.0.0",
"tingle-style": "~0.3.1"
},
"devDependencies": {
"babel-core": "^5.8.19",
"babel-loader": "^5.3.2",
"gulp": "^3.9.0",
"tingle-dev-tools": "latest",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"fastclick": "^1.0.6"
},
"scripts": {
"start": "gulp server"
},
"license": "MIT",
"screenshots": ""
}