Sid Gifari File Manager
🏠 Root
/
home1
/
immorth6
/
public_html
/
immortaltech
/
wp-content
/
plugins
/
formcraft3
/
Editing: package.json
{ "name": "FormCraft3", "description": "WordPress form builder", "author": { "name": "Nish", "url": "https://github.com/ncrafts" }, "repository": { "type": "git", "url": "git:github.com/nCrafts/formcraft3.git" }, "scripts": { "test": "mocha" }, "license": "Proprietary", "keywords": [ "form", "input", "survey" ], "devDependencies": { "babel-core": "^6.7.6", "babel-eslint": "^6.0.2", "babel-loader": "^6.2.4", "babel-preset-es2015": "^6.3.13", "babel-preset-react": "^6.5.0", "babel-runtime": "^6.6.1", "del": "^2.2.0", "eslint": "^2.8.0", "gulp": "^3.9.1", "gulp-babel": "^6.1.2", "gulp-clean-css": "^2.0.6", "gulp-concat": "^2.6.0", "gulp-less": "^3.0.5", "gulp-uglify": "^1.5.3", "run-sequence": "^1.1.5", "webpack": "^1.12.15", "webpack-stream": "^3.1.0" }, "dependencies": { "react": "^15.0.2", "react-dom": "^15.0.2" } }
Save
Cancel