indigojs
Version:
IndigoJS is an open source, JavaScript/NodeJS localization framework
22 lines • 579 B
JSON
{
"name": "indigojs_doc",
"description": "IndigoJS Documentation",
"main": "Gruntfile.js",
"homepage": "https://github.com/dgofman/indigojs.git",
"author": "David Gofman <dgofman@gmail.com>",
"private": false,
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "https://github.com/dgofman/indigojs.git"
},
"devDependencies": {
"grunt": "latest",
"grunt-contrib-clean": "latest",
"grunt-jsdoc": "latest"
},
"readmeFilename": "README.md",
"license": "MIT"
}