2017-07-03 08:45:32 +05:30
|
|
|
{
|
|
|
|
"name": "web-maker",
|
2017-12-12 11:10:53 +05:30
|
|
|
"version": "2.9.6",
|
2017-07-03 08:45:32 +05:30
|
|
|
"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"
|
2017-07-03 08:45:32 +05:30
|
|
|
},
|
|
|
|
"scripts": {
|
2017-10-22 20:36:04 +05:30
|
|
|
"install": "ln -sf ../../git-hooks/pre-commit .git/hooks/pre-commit"
|
2017-07-03 08:45:32 +05:30
|
|
|
},
|
|
|
|
"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"
|
|
|
|
],
|
2017-07-03 08:45:32 +05:30
|
|
|
"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"
|
|
|
|
}
|
2017-07-03 08:45:32 +05:30
|
|
|
}
|