atheos-ide
Version:
Web-based IDE framework
54 lines • 1.03 kB
JSON
{
"name": "atheos-ide",
"version": "0.0.2",
"description": "Web-based IDE framework ",
"main": "index.js",
"scripts": {
"start": "nodemon -q -e '*' index.js",
"watch-code": "nodemon -q -e '*' index.js",
"watch-scss": "node-sass -watch --output-style compressed scss --output public/"
},
"keywords": [
"atheos",
"browser-ide",
"code anywhere",
"programming",
"synthax highlighting",
"extendable",
"themes",
"plugins",
"ide",
"cloud",
"open source",
"code editor",
"minimal footprint",
"codiad",
"node",
"javascript",
"html",
"web-based",
"web-development",
"firefox",
"chrome",
"safari",
"linux",
"windows",
"apache",
"nginx"
],
"author": "Jatin Shridhar",
"license": "MIT",
"dependencies": {
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"express": "^4.15.0",
"express-handlebars": "^5.2.0",
"express-session": "^1.17.1",
"flat-db": "^4.0.0"
},
"devDependencies": {
"node-sass": "^5.0.0",
"nodemon": "^2.0.7"
}
}