UNPKG

noide

Version:

Web Editor built on hapi and nes websockets using browserify, superviews.js, bootstrap and the ACE editor.

58 lines (57 loc) 1.43 kB
{ "name": "noidey", "version": "0.0.1", "description": "", "main": "index.js", "scripts": { "start": "pm2 start config/pm2.json", "build:app:js": "bin/build-app-js", "build:core:js": "bin/build-core-js", "build:css": "bin/build-css", "watch": "bin/watch", "build": "npm run build:core:js && npm run build:app:js && npm run build:css", "copy:assets": "bin/copy-assets", "lint-client": "standard ./client/**/*.js", "lint-all": "standard", "test": "npm run lint" }, "author": "", "license": "ISC", "dependencies": { "boom": "3.1.2", "browserify": "13.0.0", "chokidar": "1.4.2", "glupe": "0.0.1", "good": "6.5.0", "good-console": "5.3.1", "good-file": "5.1.2", "handlebars": "4.0.5", "hapi": "13.0.0", "inert": "3.2.0", "is-utf8": "0.2.1", "joi": "7.2.3", "ncp": "2.0.0", "nes": "3.0.0", "page": "^1.6.4", "page.js": "4.13.3", "querystring": "^0.2.0", "rimraf": "2.5.1", "slideout": "0.1.12", "spawn-args": "^0.1.0", "standard": "6.0.4", "standard-format": "2.1.1", "vision": "4.0.1", "vsd-shared": "0.0.1", "watchify": "3.7.0" }, "devDependencies": { "bootstrap-sass": "^3.3.6", "extend": "^3.0.0", "font-awesome": "^4.5.0", "incremental-dom": "^0.3.0", "jquery": "^2.2.1", "node-sass": "3.4.2", "superviewify": "0.0.9", "wisk": "0.0.1" } }