mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-04 05:52:44 +08:00
40 lines
943 B
JSON
40 lines
943 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|