/home/arranoyd/magicraft/wp-content/plugins/formcraft35/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": "./node_modules/.bin/mocha --reporter spec"
},
"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",
"chai": "^3.5.0",
"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",
"jquery": "1.12.4",
"jsdom": "^9.6.0",
"mocha": "^3.1.0",
"mocha-jsdom": "^1.1.0",
"request": "^2.75.0",
"run-sequence": "^1.1.5",
"should": "^11.1.0",
"webpack": "^1.12.15",
"webpack-stream": "^3.1.0"
},
"dependencies": {
"react": "^15.0.2",
"react-dom": "^15.0.2"
}
}