noide
Version:
Web Editor built on hapi and nes websockets using browserify, superviews.js, bootstrap and the ACE editor.
80 lines (79 loc) • 1.92 kB
JSON
{
"name": "noide",
"version": "0.1.1",
"description": "Web Editor built on hapi and nes websockets using browserify, superviews.js, bootstrap and the ACE editor.",
"keywords": [
"Browser editor",
"Code editor",
"Web editor",
"IDE",
"hapi",
"browserify",
"nes",
"superviews.js"
],
"main": "index.js",
"bin": {
"noide": "bin/noide.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": "standard",
"test": "npm run lint"
},
"dependencies": {
"boom": "3.1.2",
"bootstrap-sass": "3.3.6",
"browserify": "13.0.0",
"chokidar": "1.4.3",
"extend": "3.0.0",
"font-awesome": "4.5.0",
"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",
"incremental-dom": "0.4.1",
"inert": "3.2.0",
"is-utf8": "0.2.1",
"joi": "7.2.3",
"jquery": "2.2.1",
"minimist": "1.2.0",
"ncp": "2.0.0",
"nes": "3.0.0",
"node-sass": "3.4.2",
"page": "1.6.4",
"querystring": "0.2.0",
"rimraf": "2.5.1",
"spawn-args": "0.1.0",
"standard": "6.0.4",
"standard-format": "2.1.1",
"superviewify": "0.4.2",
"vision": "4.0.1"
},
"devDependencies": {
"wisk": "0.0.1"
},
"repository": {
"type" : "git",
"url" : "http://github.com/davidjamesstone/noide.git"
},
"bugs": {
"url" : "http://github.com/davidjamesstone/noide/issues",
"email" : "davidjamesstone@gmail.com"
},
"author": "David Stone <davidjamesstone@gmail.com>",
"license" : "MIT",
"standard": {
"ignore": [
"server/public"
]
}
}