mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-06 16:07:03 +03:00
More responsive interface with auto resize (#10)
This commit is contained in:
parent
acf80b96a3
commit
17b2afcf22
32 changed files with 1093 additions and 296 deletions
40
vendors/ssm/package.json
vendored
Normal file
40
vendors/ssm/package.json
vendored
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"name": "SimpleStateManager",
|
||||
"description": "SimpleStateManager ==================",
|
||||
"version": "2.1.0",
|
||||
"main": "src/ssm.js",
|
||||
"scripts": {
|
||||
"test": "grunt travis --verbose"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://jonathan-fielding@github.com/jonathan-fielding/SimpleStateManager.git"
|
||||
},
|
||||
"keywords": [
|
||||
"Responsive",
|
||||
"State",
|
||||
"Resize"
|
||||
],
|
||||
"author": "Jonathan Fielding",
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Iszak Bryan",
|
||||
"url": "http://iszak.net/"
|
||||
},
|
||||
{
|
||||
"name": "Jonathan Fielding",
|
||||
"url": "http://www.jonathanfielding.com"
|
||||
}
|
||||
],
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"grunt": "~0.4.1",
|
||||
"grunt-contrib-qunit": "~0.2.2",
|
||||
"grunt-contrib-watch": "~0.5.2",
|
||||
"grunt-contrib-uglify": "~0.2.2",
|
||||
"grunt-cli": "~0.1.6",
|
||||
"grunt-contrib-compass": "~0.5.0",
|
||||
"grunt-contrib-copy": "~0.4.1",
|
||||
"grunt-contrib-jshint": "~0.7.2"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue