X7ROOT File Manager
Current Path:
/var/www/vhosts/hwtw.com.tw/httpdocs/backend/toastr
var
/
www
/
vhosts
/
hwtw.com.tw
/
httpdocs
/
backend
/
toastr
/
📁
..
📄
.gitattributes
(425 B)
📄
.gitignore
(654 B)
📄
.jscsrc
(2.28 KB)
📄
.jshintrc
(1.19 KB)
📄
.travis.yml
(207 B)
📄
CHANGELOG.md
(5.69 KB)
📄
README.md
(6.93 KB)
📁
build
📄
demo.html
(15.35 KB)
📄
gulpfile.js
(4.3 KB)
📄
karma.conf.js
(2.02 KB)
📁
nuget
📄
package.json
(1.75 KB)
📄
release checklist.md
(626 B)
📁
tests
📄
toastr-icon.png
(24.91 KB)
📄
toastr.js
(17.31 KB)
📄
toastr.less
(7.18 KB)
📄
toastr.scss
(6.78 KB)
Editing: package.json
{ "name": "toastr", "filename": "build/toastr.min.js", "main": "toastr.js", "style": "build/toastr.min.css", "version": "2.1.3", "description": "ToastrJS is a JavaScript library for Gnome / Growl type non-blocking notifications. jQuery is required. The goal is to create a simple core library that can be customized and extended.", "homepage": "http://www.toastrjs.com", "keywords": [ "Toastr", "ToastrJS", "toastr.js" ], "maintainers": [ { "name": "John Papa", "web": "http://www.johnpapa.net", "twitter": "@john_papa" }, { "name": "Tim Ferrell", "web": "https://twitter.com/ferrell_tim", "twitter": "@ferrell_tim" } ], "repository": { "type": "git", "url": "git://github.com/CodeSeven/toastr.git" }, "bugs": "http://stackoverflow.com/questions/tagged/toastr", "licenses": [ { "type": "MIT", "url": "http://www.opensource.org/licenses/mit-license.php" } ], "dependencies": { "jquery": ">=1.12.0" }, "devDependencies": { "gulp": "^3.8.10", "gulp-bytediff": "^0.2.0", "gulp-jscs": "^1.3.0", "gulp-jshint": "^1.9.0", "gulp-less": "^3.0.3", "gulp-load-plugins": "^0.7.1", "gulp-load-utils": "0.0.4", "gulp-minify-css": "^0.3.11", "gulp-rename": "^1.2.0", "gulp-sourcemaps": "^1.2.8", "gulp-task-listing": "^0.3.0", "gulp-uglify": "^1.0.1", "gulp-util": "^3.0.1", "jquery": "^2.1.1", "jshint-stylish": "^1.0.0", "karma": "^0.12.25", "karma-coverage": "^0.2.6", "karma-phantomjs-launcher": "^0.1.4", "karma-qunit": "^0.1.3", "merge-stream": "^0.1.6", "phantomjs": "^1.9.7-15", "plato": "^1.2.2", "qunitjs": "~1.14.0" }, "scripts": { "test": "gulp test" } }
Upload File
Create Folder