1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-02-22 14:15:03 +01:00
php-web-maker/package.json
2018-03-23 02:27:13 +05:30

44 lines
995 B
JSON

{
"name": "web-maker",
"version": "3.0.1",
"description": "A blazing fast & offline web playground",
"main": "index.html",
"devDependencies": {
"babel-eslint": "^7.2.3",
"babel-minify": "^0.2.0",
"eslint": "^4.1.1",
"eslint-config-prettier": "^2.3.0",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.9.2",
"gulp-uglify": "^3.0.0",
"gulp-useref": "^3.1.3",
"prettier": "^1.10.2",
"sw-precache": "^5.2.0"
},
"scripts": {
"install": "ln -sf ../../git-hooks/pre-commit .git/hooks/pre-commit",
"lint": "eslint src/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chinchang/web-maker.git"
},
"keywords": [
"frontend",
"playground",
"web",
"editor"
],
"author": "Kushagra Gour",
"license": "MIT",
"bugs": {
"url": "https://github.com/chinchang/web-maker/issues"
},
"homepage": "https://webmakerapp.com",
"dependencies": {
"@emmetio/codemirror-plugin": "^0.3.5",
"babel-polyfill": "^6.23.0",
"babel-standalone": "^6.25.0"
}
}