mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
clean up dependencies
This commit is contained in:
parent
1670745352
commit
52610295f3
@ -17,15 +17,16 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"async": "0.1.22",
|
"async": "0.1.22",
|
||||||
"catharsis": "0.7.0",
|
"catharsis": "0.7.0",
|
||||||
"crypto-browserify": "git+https://github.com/dominictarr/crypto-browserify.git#95c5d505",
|
|
||||||
"esprima": "1.0.4",
|
"esprima": "1.0.4",
|
||||||
"js2xmlparser": "0.1.0",
|
"js2xmlparser": "0.1.0",
|
||||||
"jshint": "0.9.1",
|
|
||||||
"marked": "0.2.8",
|
"marked": "0.2.8",
|
||||||
"taffydb": "git+https://github.com/hegemonic/taffydb.git",
|
"taffydb": "git+https://github.com/hegemonic/taffydb.git",
|
||||||
"underscore": "1.4.2",
|
"underscore": "1.4.2",
|
||||||
"wrench": "1.3.9"
|
"wrench": "1.3.9"
|
||||||
},
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"jshint": "0.9.1",
|
||||||
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=0.10"
|
"node": ">=0.10"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "jsdoc",
|
"name": "jsdoc",
|
||||||
"version": "3.3.0-dev",
|
"version": "3.3.0-dev",
|
||||||
"revision": "1383193186575",
|
"revision": "1383629688815",
|
||||||
"description": "An API documentation generator for JavaScript.",
|
"description": "An API documentation generator for JavaScript.",
|
||||||
"keywords": [ "documentation", "javascript" ],
|
"keywords": [ "documentation", "javascript" ],
|
||||||
"licenses": [
|
"licenses": [
|
||||||
@ -17,15 +17,16 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"async": "0.1.22",
|
"async": "0.1.22",
|
||||||
"catharsis": "0.7.0",
|
"catharsis": "0.7.0",
|
||||||
"crypto-browserify": "git+https://github.com/dominictarr/crypto-browserify.git#95c5d505",
|
|
||||||
"esprima": "1.0.4",
|
"esprima": "1.0.4",
|
||||||
"js2xmlparser": "0.1.0",
|
"js2xmlparser": "0.1.0",
|
||||||
"jshint": "0.9.1",
|
|
||||||
"marked": "0.2.8",
|
"marked": "0.2.8",
|
||||||
"taffydb": "git+https://github.com/hegemonic/taffydb.git",
|
"taffydb": "git+https://github.com/hegemonic/taffydb.git",
|
||||||
"underscore": "1.4.2",
|
"underscore": "1.4.2",
|
||||||
"wrench": "1.3.9"
|
"wrench": "1.3.9"
|
||||||
},
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"jshint": "0.9.1",
|
||||||
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=0.10"
|
"node": ">=0.10"
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user