48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"name": "your-project-name",
|
|
"version": "0.0.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"dev": "gulp",
|
|
"dist": "gulp"
|
|
},
|
|
"dependencies": {
|
|
"omi": "latest",
|
|
"omi-finger": "latest"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "^6.22.1",
|
|
"babel-loader": "^6.2.10",
|
|
"babel-preset-es2015": "^6.22.0",
|
|
"babel-preset-stage-0": "^6.22.0",
|
|
"browser-sync": "^2.18.6",
|
|
"del": "^2.2.2",
|
|
"gulp": "^3.9.1",
|
|
"gulp-csso": "^2.0.0",
|
|
"gulp-header": "^1.8.8",
|
|
"gulp-html-replace": "^1.6.2",
|
|
"gulp-html-url-prefix": "^0.1.1",
|
|
"gulp-rev": "^7.1.2",
|
|
"gulp-rev-collector": "^1.1.1",
|
|
"html-webpack-plugin": "^2.26.0",
|
|
"md-text-loader": "^0.1.0",
|
|
"run-sequence": "^1.2.2",
|
|
"string-loader": "0.0.1",
|
|
"webpack": "^1.14.0",
|
|
"webpack-stream": "^3.2.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/AlloyTeam/omi.git"
|
|
},
|
|
"keywords": [
|
|
"md2site",
|
|
"omi"
|
|
],
|
|
"author": "dntzhang",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/AlloyTeam/omi/issues/new"
|
|
},
|
|
"homepage": "http://alloyteam.github.io/omi"
|
|
} |