This runs JSDoc with the "symbols" config, providing a list of source files that have been changed since the previous run. The output is used to generate a symbols.json metadata file containing all exportable symbols info. A separate task will be run to generate the exports.js file. These same metadata files will be used by a build tool.
27 lines
590 B
JSON
27 lines
590 B
JSON
{
|
|
"name": "openlayers",
|
|
"version": "3.0.0-beta",
|
|
"description": "Mapping library",
|
|
"scripts": {
|
|
"postinstall": "node tasks/parse-examples.js",
|
|
"start": "node tasks/serve.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/openlayers/ol3.git"
|
|
},
|
|
"license": "BSD",
|
|
"bugs": {
|
|
"url": "https://github.com/openlayers/ol3/issues"
|
|
},
|
|
"devDependencies": {
|
|
"closure-util": "~0.9.0",
|
|
"async": "~0.2.10",
|
|
"htmlparser2": "~3.7.1",
|
|
"jshint": "~2.4.4",
|
|
"jsdoc": "~3.3.0-alpha5",
|
|
"walk": "~2.3.1",
|
|
"fs-extra": "~0.8.1"
|
|
}
|
|
}
|