mirror of
https://github.com/QingdaoU/Spirit.git
synced 2024-12-28 07:22:07 +00:00
c2f9ed3a49
* comment.forms pass tmp file to magic * core.tags settings * make comment upload image/file optional * gitignore update * delete manage * gitignore update * delete manage * generic editor upload * editor pass image extensions * fix coffee tests * bookmark coffee lil refactor * update js deps * rename test * comment.forms change file name format from hash.file.ext -> file_hash.ext * add @rkenmi to authors * update history
28 lines
667 B
JSON
28 lines
667 B
JSON
{
|
|
"devDependencies": {
|
|
"coffee-script": "^1.10.0",
|
|
"gulp": "^3.9.0",
|
|
"gulp-coffee": "^2.3.1",
|
|
"gulp-concat": "^2.6.0",
|
|
"gulp-if": "^2.0.0",
|
|
"gulp-minify-css": "^1.2.1",
|
|
"gulp-rename": "^1.2.2",
|
|
"gulp-ruby-sass": "^1.4.0",
|
|
"gulp-sourcemaps": "^1.6.0",
|
|
"gulp-uglify": "^1.4.2",
|
|
"gulp-util": "^3.0.6",
|
|
"jasmine-core": "^2.8.0",
|
|
"karma": "^1.7.1",
|
|
"karma-cli": "^1.0.1",
|
|
"karma-jasmine": "^1.1.0"
|
|
},
|
|
"scripts": {
|
|
"gulp": "gulp"
|
|
},
|
|
"name": "Spirit",
|
|
"version": "1.0.0",
|
|
"repository": "https://github.com/nitely/Spirit.git",
|
|
"author": "nitely <ecastroborsani@gmail.com>",
|
|
"license": "MIT"
|
|
}
|