提供了es6,es6,typescript三个分支到javascript插件开发模板
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

20 lines
493 B

{
"name": "javascript-dev-demo",
"version": "1.0.0",
"main": "index.js",
"repository": "https://code.fanruan.com/dailer/javascript-dev-demo.git",
"author": "dailer <Dailer@fanruan.com>",
"license": "MIT",
"scripts": {
"build": "gulp buildTask",
"dev": "gulp devTask"
},
"dependencies": {
"browser-sync": "^2.27.7",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-sourcemaps": "^3.0.0",
"gulp-watch": "^5.0.1",
"serve-static": "^1.14.2"
}
}