1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00
Files
Boostnote/package.json

73 lines
1.9 KiB
JSON

{
"name": "codexen-app",
"version": "0.0.1",
"description": "CodeXen App",
"main": "index.js",
"scripts": {
"install": "gulp build",
"start": "http-server build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rokt33r/codexen-app.git"
},
"keywords": [
"codexen",
"snippet",
"template",
"task",
"runner",
"remote",
"automator",
"code",
"storage",
"short code"
],
"author": "Dick Choi <fluke8259@gmail.com> (http://kazup.co)",
"license": "ISC",
"bugs": {
"url": "https://github.com/Rokt33r/codexen-app/issues"
},
"homepage": "https://github.com/Rokt33r/codexen-app#readme",
"dependencies": {
"@rokt33r/ace-builds": "^1.1.9",
"@rokt33r/angular-ui-ace": "^0.2.3",
"angular": "^1.3.15",
"angular-bootstrap": "^0.12.0",
"angular-hotkeys": "^1.4.5",
"angular-md5": "^0.1.7",
"angular-sanitize": "^1.3.15",
"angular-ui-router": "^0.2.15",
"bootstrap-sass": "^3.3.4",
"bootstrap-styl": "^4.0.4",
"del": "^1.2.0",
"dotenv": "^1.1.0",
"electron-prebuilt": "^0.27.2",
"electron-rebuild": "^0.2.1",
"font-awesome": "^4.3.0",
"globby": "^2.0.0",
"gulp": "^3.8.11",
"gulp-angular-templatecache": "^1.6.0",
"gulp-autoprefixer": "^2.3.0",
"gulp-changed": "^1.2.1",
"gulp-livereload": "^3.8.0",
"gulp-minify-css": "^1.1.1",
"gulp-ng-annotate": "^0.5.3",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-rev": "^4.0.0",
"gulp-stylus": "^2.0.3",
"gulp-template": "^3.0.0",
"gulp-uglify": "^1.2.0",
"merge-stream": "^0.1.7",
"moment": "^2.10.3",
"node-notifier": "^4.2.1",
"robotjs": "^0.1.2",
"run-sequence": "^1.1.0",
"satellizer": "^0.10.1",
"ui-select": "^0.11.2"
},
"devDependencies": {}
}