-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.77 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"devDependencies": {
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-react": "^1.0.0",
"babel-preset-es2015-rollup": "^3.0.0",
"babel-preset-react": "^6.22.0",
"eslint": "^3.15.0",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.1",
"eslint-plugin-react": "^6.9.0",
"eslint-plugin-standard": "^2.0.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-cssnano": "^2.1.2",
"gulp-sass": "^3.1.0",
"lodash": "^4.17.4",
"qs": "^6.3.0",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"rollup": "^0.41.4",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-commonjs": "^7.0.0",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-plugin-replace": "^1.1.1",
"rollup-plugin-uglify": "^1.0.1",
"rollup-watch": "^3.2.2"
},
"name": "typeform-wordpress",
"description": "=== Typeform | Create beautiful contact forms & much more === Contributors: jepser, typeform Tags: typeform, forms, surveys, quizzes, form builder, survey builder, quiz builder, custom forms, mobile forms, payment forms, order forms, feedback forms, enquiry forms, stripe, dropbox, google sheets, mailchimp, salesforce, hubspot, activecampaign, infusionsoft, asana, hipchat, slack, trello, zendesk Requires at least: 4.2 Tested up to: 4.7 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html",
"version": "0.7.4",
"main": "Gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/alexbassy/typeform.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/alexbassy/typeform/issues"
},
"homepage": "https://github.com/alexbassy/typeform#readme"
}