1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-08-20 12:01:21 +02:00

add package.json & prettier to commit flow!

This commit is contained in:
Kushagra Gour
2017-07-03 08:45:32 +05:30
parent 5c25d51235
commit 95585c6274
3 changed files with 259 additions and 267 deletions

26
package.json Normal file
View File

@@ -0,0 +1,26 @@
{
"name": "web-maker",
"version": "2.7.2",
"description": "A blazing fast & offline web playground",
"main": "index.html",
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^4.1.1",
"eslint-config-prettier": "^2.3.0",
"prettier": "^1.5.2"
},
"scripts": {
"install": "ln -s ../../git-hooks/pre-commit .git/hooks/pre-commit"
},
"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://github.com/chinchang/web-maker#readme"
}