mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-21 10:47:12 +10:00
32 lines
649 B
JSON
32 lines
649 B
JSON
{
|
|
"name": "deb.js",
|
|
"filename": "deb.min.js",
|
|
"version": "0.0.1",
|
|
"homepage": "https://github.com/krasimir/deb.js",
|
|
"description": "Minimalistic JavaScript library for debugging in the browser",
|
|
"author": {
|
|
"name": "Krasimir Tsonev",
|
|
"email": "info@krasimirtsonev.com",
|
|
"url": "http://krasimirtsonev.com"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
|
|
},
|
|
"devDependencies": {
|
|
"uglify-js": "2.4.14"
|
|
},
|
|
"keywords": [
|
|
"javascript",
|
|
"browser",
|
|
"debugger"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/krasimir/deb.js"
|
|
},
|
|
"scripts": {
|
|
"build": "node ./build.js"
|
|
}
|
|
}
|