js-algorithm
Version:
42 lines (41 loc) • 1.11 kB
JSON
{
"name": "js-algorithm",
"version": "0.0.2",
"description": "有趣的算法",
"main": "src/index.js",
"directories": {
"doc": "doc",
"example": "example",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "webpack-dev-server --config=config/webpack.dev.js",
"dev": "webpack --config=config/webpack.dev.js",
"build": "webpack --config=config/webpack.build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/luckywangming/algorithm.git"
},
"keywords": [
"算法"
],
"author": "https://github.com/luckywangming",
"license": "MIT",
"bugs": {
"url": "https://github.com/luckywangming/algorithm/issues"
},
"homepage": "https://github.com/luckywangming/algorithm#readme",
"dependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-latest": "^6.24.1",
"user": "0.0.0",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1"
}
}