touchstone-navigator
Version:
A UINavigationViewController like component for TouchstoneJS
41 lines (40 loc) • 917 B
JSON
{
"name": "touchstone-navigator",
"version": "0.0.8",
"description": "A UINavigationViewController like component for TouchstoneJS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eleung/touchstone-navigator.git"
},
"keywords": [
"touchstone",
"navigator",
"cordova",
"phonegap"
],
"author": "Edmond Leung",
"license": "MIT",
"bugs": {
"url": "https://github.com/eleung/touchstone-navigator/issues"
},
"homepage": "https://github.com/eleung/touchstone-navigator#readme",
"peerDependencies": {
"react": "^0.13.3",
"touchstonejs": "^0.5.0"
},
"dependencies": {
"blacklist": "^1.1.2",
"classnames": "^2.2.0",
"lodash": "^3.10.1",
"node-uuid": "^1.4.3"
},
"browserify": {
"transform": [
"babelify"
]
}
}