| 1234567891011121314151617181920212223242526 |
- {
- "name": "demo2",
- "version": "1.0.0",
- "description": "\"test for qiniu-sdk\"",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "start": "webpack-dev-server --open --config webpack.config.js"
- },
- "author": "",
- "devDependencies": {
- "babel-core": "^6.26.0",
- "babel-loader": "^7.1.2",
- "babel-plugin-syntax-flow": "^6.18.0",
- "babel-polyfill": "^6.26.0",
- "babel-preset-env": "^1.6.0",
- "babel-runtime": "^6.26.0",
- "es3ify-loader": "^0.2.0",
- "open-browser-webpack-plugin": "0.0.5",
- "qiniu-js": "^2.5.4",
- "uglifyjs-webpack-plugin": "^1.1.6",
- "webpack": "^3.6.0",
- "webpack-dev-server": "^2.9.1"
- },
- "license": "ISC"
- }
|