1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-01-17 20:38:15 +01:00
php-web-maker/package.json

39 lines
838 B
JSON
Raw Normal View History

{
"name": "web-maker",
2017-12-12 11:10:53 +05:30
"version": "2.9.6",
"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",
2017-11-08 01:04:59 +05:30
"gulp": "^3.9.1",
2017-11-06 23:55:21 +05:30
"gulp-useref": "^3.1.3",
2017-11-08 01:04:59 +05:30
"prettier": "^1.5.2",
"sw-precache": "^5.2.0"
},
"scripts": {
2017-10-22 20:36:04 +05:30
"install": "ln -sf ../../git-hooks/pre-commit .git/hooks/pre-commit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chinchang/web-maker.git"
},
2017-11-08 01:04:59 +05:30
"keywords": [
"frontend",
"playground",
"web",
"editor"
],
"author": "Kushagra Gour",
"license": "MIT",
"bugs": {
"url": "https://github.com/chinchang/web-maker/issues"
},
2017-07-16 02:48:40 +05:30
"homepage": "https://webmakerapp.com",
2017-07-16 02:34:38 +05:30
"dependencies": {
"babel-polyfill": "^6.23.0",
"babel-standalone": "^6.25.0"
}
}