mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-21 10:47:12 +10:00
31 lines
762 B
JSON
31 lines
762 B
JSON
{
|
|
"name": "localStorage",
|
|
"filename": "localStorage.min.js",
|
|
"version": "2.0.1",
|
|
"homepage": "https://github.com/mortzdk/localStorage",
|
|
"author": {
|
|
"name": "Morten Houmøller Nygaard",
|
|
"email": "mortzdk@gmail.com",
|
|
"url": "http://www.mortz.dk",
|
|
"phone": "+4528492377"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "~0.4.1",
|
|
"grunt-shell": "~0.7.0",
|
|
"grunt-contrib-watch": "~0.6.1",
|
|
"grunt-blanket-qunit": "~0.2.0",
|
|
"grunt-contrib-jshint": "~0.10.0",
|
|
"grunt-contrib-uglify": "~0.5.0",
|
|
"grunt-contrib-clean": "~0.5.0",
|
|
"grunt-contrib-copy": "~0.5.0"
|
|
},
|
|
"autoupdate": {
|
|
"source": "git",
|
|
"target": "git://github.com/mortzdk/localStorage.git",
|
|
"basePath": "dist/",
|
|
"files": [
|
|
"*"
|
|
]
|
|
}
|
|
}
|