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.
18 lines
430 B
18 lines
430 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": { |
|
"gulp": "^4.0.2", |
|
"gulp-concat": "^2.6.1", |
|
"gulp-sourcemaps": "^3.0.0", |
|
"gulp-watch": "^5.0.1" |
|
} |
|
} |