mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
78 lines
2.0 KiB
JSON
78 lines
2.0 KiB
JSON
{
|
|
"name": "codexen-app-builder",
|
|
"version": "0.2.0",
|
|
"description": "CodeXen App Builder",
|
|
"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": "No License",
|
|
"bugs": {
|
|
"url": "https://github.com/Rokt33r/codexen-app/issues"
|
|
},
|
|
"homepage": "https://github.com/Rokt33r/codexen-app#readme",
|
|
"dependencies": {
|
|
"dotenv": "^1.1.0",
|
|
"robotjs": "^0.1.2",
|
|
"node-notifier": "^4.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@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-styl": "^4.0.4",
|
|
"del": "^1.2.0",
|
|
"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-cached": "^1.1.0",
|
|
"gulp-changed": "^1.2.1",
|
|
"gulp-concat": "^2.5.2",
|
|
"gulp-inject": "^1.3.1",
|
|
"gulp-livereload": "^3.8.0",
|
|
"gulp-minify-css": "^1.1.1",
|
|
"gulp-minify-html": "^1.0.3",
|
|
"gulp-ng-annotate": "^0.5.3",
|
|
"gulp-notify": "^2.2.0",
|
|
"gulp-plumber": "^1.0.1",
|
|
"gulp-remember": "^0.3.0",
|
|
"gulp-rename": "^1.2.2",
|
|
"gulp-rev": "^4.0.0",
|
|
"gulp-stylus": "^2.0.3",
|
|
"gulp-template": "^3.0.0",
|
|
"gulp-uglify": "^1.2.0",
|
|
"marked": "^0.3.3",
|
|
"merge-stream": "^0.1.7",
|
|
"moment": "^2.10.3",
|
|
"run-sequence": "^1.1.0",
|
|
"satellizer": "^0.10.1",
|
|
"streamqueue": "^1.1.0",
|
|
"ui-select": "^0.11.2"
|
|
}
|
|
}
|