-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 997 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
30
31
32
33
34
35
36
37
38
{
"name": "teamleader",
"version": "1.3.0",
"description": "",
"main": "index.php",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/agriboed/wordpress-teamleader-plugin.git"
},
"author": "AGriboed",
"license": "ISC",
"bugs": {
"url": "https://github.com/agriboed/wordpress-teamleader-plugin/issues"
},
"homepage": "https://github.com/agriboed/wordpress-teamleader-plugin#readme",
"devDependencies": {
"babel-preset-env": "^1.6.1",
"connect": "^3.6.5",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-babel": "^7.0.0",
"gulp-clean-css": "^3.9.0",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^4.0.0",
"gulp-jade": "^1.1.0",
"gulp-livereload": "^3.8.1",
"gulp-sass": "^3.1.0",
"gulp-stylus": "^2.6.0",
"gulp-uglify": "^3.0.0"
},
"dependencies": {
"babel-core": "^6.26.0",
"gulp-watch": "^4.3.11"
}
}