UNPKG

ethoinfo-framework

Version:

ethoinfo-framework [![Build Status](https://travis-ci.org/ethoinformatics/ethoinfo-framework.png)](https://travis-ci.org/ethoinformatics/ethoinfo-framework) =============

68 lines (67 loc) 2.14 kB
{ "name": "ethoinfo-framework", "version": "0.0.1", "description": "", "main": "src/registrar/index.js", "browserify": { "transform": [ "vashify", "node-lessify" ] }, "scripts": { "start": "./node_modules/.bin/nodemon -e js,vash,less ./bundler.js", "deploy": "cp -r public/* ./dist/", "test": "mocha --reporter spec $(find . -path ./node_modules -prune -o -name '*.spec.js' -print)" }, "author": "ethoformatics", "license": "none", "bugs": { "url": "https://github.com/ethoinformatics/sample-ui-browserify/issues" }, "homepage": "https://github.com/ethoinformatics/sample-ui-browserify", "dependencies": { "browserify": "^6.3.4", "d3-timeline": "1.0.1", "date-math": "0.0.1", "es6ify": "^1.6.0", "hammerjs": "^2.0.4", "iscroll": "^5.1.3", "jocal": "0.0.1", "jquery": "^2.1.1", "leaflet": "^0.7.3", "lodash": "^3.6.0", "merle": "^0.1.5", "moment": "^2.8.2", "node-lessify": "0.0.5", "pouchdb": "^3.0.6", "pouchdb-upsert": "^1.1.1", "q": "^1.0.1", "rgba-generate": "^1.0.0", "vashify": "^0.3.3", "velocity-animate": "^1.2.1" }, "devDependencies": { "chai": "^3.2.0", "mocha": "^2.2.5", "nodemon": "^1.2.1" }, "browser": { "app": "./src/app.js", "breadcrumb": "./src/controls/breadcrumb/index.js", "popup-buttons": "./src/controls/popup-buttons/index.js", "map": "./src/controls/map/index.js", "modal": "./src/controls/modal/index.js", "dom-ready": "./src/dom-ready.js", "geolocation": "./src/geolocation.js", "create-new-dialog": "./src/views/create-new-dialog/index.js", "view-existing-dialog": "./src/views/view-existing-dialog/index.js", "edit-existing-dialog": "./src/views/edit-existing-dialog/index.js", "edit-existing-form": "./src/views/edit-existing-form/index.js", "insert-at-caret": "./src/insert-at-caret.js", "activity-filter": "./src/views/activity-filter/index.js", "form-builder": "./src/services/form-builder/index.js", "timeline": "./src/timeline.js", "device-settings": "./src/device-settings.js" } }