UNPKG

touchstonejs-ui

Version:

React.js UI components for the TouchstoneJS platform http://touchstonejs.io

65 lines (64 loc) 1.44 kB
{ "name": "touchstonejs-ui", "version": "0.1.0", "description": "React.js UI components for the TouchstoneJS platform http://touchstonejs.io", "author": "Joss Mackison", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/touchstonejs/touchstonejs-ui.git" }, "bugs": { "url": "https://github.com/touchstonejs/touchstonejs-ui/issues" }, "keywords": [ "touchstone", "touchstonejs", "ui", "react", "react-component", "mobile", "hybrid" ], "main": "lib/index.js", "files": [ "lib/", "less" ], "scripts": { "build": "gulp clean:lib && gulp build:lib", "lint": "happiness", "test": "npm run lint", "watch": "gulp watch:lib" }, "standard": { "ignore": [ "**/lib/**", "**/__build/**" ] }, "dependencies": { "blacklist": "^1.1.2", "classnames": "^2.1.3", "react": "^0.13.3", "react-tappable": "^0.5.2" }, "devDependencies": { "babel-core": "^5.6.15", "babel-plugin-object-assign": "^1.2.0", "babelify": "^6.1.2", "browserify": "^10.2.4", "del": "^1.2.0", "elemental": "^0.1.1", "gulp": "^3.9.0", "gulp-babel": "^5.1.0", "gulp-bump": "^0.3.1", "gulp-connect": "^2.2.0", "gulp-gh-pages": "^0.5.2", "gulp-git": "^1.2.4", "gulp-less": "^3.0.3", "gutil": "^1.6.4", "happiness": "^1.0.7", "vinyl-source-stream": "^1.1.0" } }