UNPKG

kd-list

Version:
50 lines 1.31 kB
{ "name": "kd-list", "version": "0.1.5", "description": "list module for kd", "main": "index.coffee", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/kdmodules/list.git" }, "keywords": [ "kd", "list", "koding", "kdmodules", "kdapp", "coffeescript", "kdjs" ], "author": "Koding <hello@koding.com>", "license": "MIT", "bugs": { "url": "https://github.com/kdmodules/list/issues" }, "homepage": "https://github.com/kdmodules/list", "dependencies": { "kd-shim-mutation-summary": "*", "kd-loader": "^0.1.0", "kd-list": "^0.1.0", "kd-scrollview": "^0.1.0", "kd-core": "^0.1.0" }, "browser": { "mutation-summary": "kd-shim-mutation-summary", "loader": "kd-loader", "list": "kd-list", "scrollview": "kd-scrollview", "core": "kd-core", "core/View": "kd-core/View", "core/ViewController": "kd-core/ViewController", "core/CustomHTMLView": "kd-core/CustomHTMLView", "loader/LoaderView": "kd-loader/LoaderView", "list/ListView": "kd-list/ListView", "scrollview/ScrollView": "kd-scrollview/ScrollView", "scrollview/CustomScrollView": "kd-scrollview/CustomScrollView" }, "devDependencies": {} }