29 lines
715 B
JSON
29 lines
715 B
JSON
{
|
|
"name": "libbase64",
|
|
"version": "0.1.0",
|
|
"description": "Encode and decode base64 encoded strings",
|
|
"main": "lib/libbase64.js",
|
|
"scripts": {
|
|
"test": "grunt"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/andris9/libbase64.git"
|
|
},
|
|
"keywords": [
|
|
"base64",
|
|
"mime"
|
|
],
|
|
"author": "Andris Reinman",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/andris9/libbase64/issues"
|
|
},
|
|
"homepage": "https://github.com/andris9/libbase64",
|
|
"devDependencies": {
|
|
"chai": "~1.8.1",
|
|
"grunt": "~0.4.1",
|
|
"grunt-contrib-jshint": "~0.8.0",
|
|
"grunt-mocha-test": "~0.10.0"
|
|
}
|
|
} |