-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
29 lines (29 loc) · 947 Bytes
/
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
{
"name": "wp-content-connect",
"version": "1.4.0",
"description": "Post to Post and Post to User Library for WordPress",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-js": "browserify -t vueify -e assets/js/src/content-connect.js -o assets/js/content-connect.js",
"watch-js": "watchify -v -t vueify -e assets/js/src/content-connect.js -o assets/js/content-connect.js"
},
"author": "Chris Marslender <[email protected]>",
"license": "GPL-3.0-or-later",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-runtime": "^6.26.0",
"browserify": "^16.2.3",
"node-sass": "^7.0.0",
"vue": "^2.4.4",
"vue-resource": "^1.3.4",
"vuedraggable": "^2.14.1",
"vueify": "^9.4.1",
"watchify": "^3.11.1"
}
}