nikki
Version:
A browser-based IDE written in NodeJS. For Real.
58 lines (57 loc) • 1.31 kB
JSON
{
"name": "nikki",
"version": "0.28.1",
"description": "A browser-based IDE written in NodeJS. For Real.",
"main": "server/index.js",
"scripts": {
"test": "mocha",
"postinstall": "./node_modules/bower/bin/bower install && ./node_modules/browserify/bin/cmd.js client/scripts/index.js > client/index.js"
},
"bin": {
"nikki": "bin/nikki.js"
},
"repository": {
"type": "git",
"url": "https://github.com/odino/nikki"
},
"keywords": [
"ide",
"text",
"editor",
"vim",
"text editor",
"browser",
"swag"
],
"author": {
"name": "odino",
"email": "alessandro.nadalin@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/odino/nikki/issues"
},
"homepage": "https://github.com/odino/nikki",
"dependencies": {
"socket.io": "^1.0.5",
"lodash": "^2.4.1",
"yargs": "^1.2.5",
"browserify": "^4.1.11",
"bower": "^1.3.5",
"js-yaml": "^3.0.2",
"reconfig": "^1.1.2",
"prettyjson": "^1.0.0",
"open": "0.0.5",
"debug": "^1.0.2",
"dnode": "^1.2.0",
"fs-extra": "^0.10.0",
"findit": "^2.0.0"
},
"devDependencies": {
"gulp-browserify": "^0.5.0",
"gulp": "^3.8.1",
"gulp-load-plugins": "^0.5.1",
"run-sequence": "^0.3.6",
"gulp-nodemon": "^1.0.4"
}
}