1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00
This commit is contained in:
Rokt33r
2015-05-26 17:05:00 +09:00
commit 3e5fe1284d
7 changed files with 504 additions and 0 deletions

56
package.json Normal file
View File

@@ -0,0 +1,56 @@
{
"name": "codexen-app",
"version": "0.0.1",
"description": "CodeXen App",
"main": "index.js",
"scripts": {
"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"
],
"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-sanitize": "^1.3.15",
"angular-ui-router": "^0.2.15",
"font-awesome": "^4.3.0",
"satellizer": "^0.10.1",
"ui-select": "^0.11.2"
},
"devDependencies": {
"bootstrap-sass": "^3.3.4",
"del": "^1.2.0",
"globby": "^2.0.0",
"gulp": "^3.8.11",
"gulp-angular-templatecache": "^1.6.0",
"gulp-autoprefixer": "^2.3.0",
"gulp-concat": "^2.5.2",
"gulp-livereload": "^3.8.0",
"gulp-minify-css": "^1.1.1",
"gulp-ng-annotate": "^0.5.3",
"gulp-rev": "^4.0.0",
"gulp-sass": "^2.0.1",
"gulp-template": "^3.0.0",
"gulp-uglify": "^1.2.0",
"merge-stream": "^0.1.7",
"run-sequence": "^1.1.0"
}
}