mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-24 03:54:34 -04:00
41 lines
969 B
JSON
Executable File
41 lines
969 B
JSON
Executable File
{
|
|
"name": "jaguarjs-jsdoc",
|
|
"version": "0.0.1",
|
|
"description": "Jaguar.js template for JSDoc 3",
|
|
"main": "Gruntfile.js",
|
|
"dependencies": {
|
|
"taffydb": "^2.7.2",
|
|
"underscore": "^1.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"connect-livereload": "~0.3.2",
|
|
"grunt": "~0.4.2",
|
|
"grunt-contrib-clean": "~0.5.0",
|
|
"grunt-contrib-copy": "~0.5.0",
|
|
"grunt-contrib-less": "~0.9.0",
|
|
"grunt-contrib-uglify": "~0.2.7",
|
|
"grunt-contrib-watch": "~0.5.3",
|
|
"grunt-jsdoc": "~0.5.1",
|
|
"grunt-contrib-connect": "~0.6.0"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/davidshimjs/jaguarjs-jsdoc.git"
|
|
},
|
|
"keywords": [
|
|
"jsdoc",
|
|
"jsdoc3",
|
|
"jaguar.js",
|
|
"template"
|
|
],
|
|
"author": "davidshimjs",
|
|
"license": "MIT",
|
|
"readmeFilename": "README.md",
|
|
"bugs": {
|
|
"url": "https://github.com/davidshimjs/jaguarjs-jsdoc/issues"
|
|
}
|
|
}
|