32 lines
872 B
JSON
32 lines
872 B
JSON
{
|
||
"name": "pandora",
|
||
"version": "2.0.0",
|
||
"description": "Pandora.Js,专为新手优化的JavaScript插件,属性多样、功能丰富,足以满足大部分功能需求。",
|
||
"main": "Pandora.js",
|
||
"scripts": {
|
||
"release": "npm run pack && babel Pandora.min.js --out-file Pandora.min.js && gulp minify --silent",
|
||
"pack": "webpack --config webpack.config.js --progress"
|
||
},
|
||
"repository": {
|
||
"type": "git",
|
||
"url": "git+https://github.com/yuentao/Pandora.js.git"
|
||
},
|
||
"author": "Yuantao",
|
||
"license": "ISC",
|
||
"bugs": {
|
||
"url": "https://github.com/yuentao/Pandora.js/issues"
|
||
},
|
||
"homepage": "https://www.pandorajs.com",
|
||
"dependencies": {
|
||
"gulp": "*",
|
||
"webpack": "*",
|
||
"gulp-uglify": "*",
|
||
"gulp-header": "*",
|
||
"gulp-chinese2unicode": "*"
|
||
},
|
||
"devDependencies": {
|
||
"webpack-cli": "*",
|
||
"babel-cli": "*"
|
||
}
|
||
}
|