first commit
This commit is contained in:
34
package.json
Normal file
34
package.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "pandora",
|
||||
"version": "2.0.0",
|
||||
"description": "Pandora.Js,专为新手优化的JavaScript插件,属性多样、功能丰富,足以满足大部分功能需求。",
|
||||
"main": "Pandora.js",
|
||||
"scripts": {
|
||||
"test": "webpack --config webpack.test.config.js --progress",
|
||||
"release": "npm run pack && babel Pandora.min.js --out-file Pandora.min.js && gulp minify --silent",
|
||||
"upload": "gulp upload --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": "*",
|
||||
"ftp": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"webpack-cli": "*",
|
||||
"babel-cli": "*"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user