-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
53 lines (53 loc) · 1.43 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
46
47
48
49
50
51
52
53
{
"name": "snapshot",
"version": "3.3.3",
"description": "WordPress plugin allowing you to take quick on-demand backup snapshots of your working WordPress database",
"main": "snapshot",
"directories": {
"test": "tests"
},
"dependencies": {},
"devDependencies": {
"@wpmudev/shared-ui": "2.3.3",
"autoprefixer": "^7.0.1",
"cssnano": "^3.10.0",
"csso": "^3.1.1",
"del": "^2.2.2",
"grunt": "^1.0.2",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-compress": "^1.4.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^2.3.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-postcss": "^0.8.0",
"grunt-wp-i18n": "^1.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.1.0",
"gulp-concat": "^2.6.1",
"gulp-notify": "^3.2.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^3.0.0",
"gulp-watch": "^4.3.11",
"load-grunt-tasks": "^0.4.0",
"node-sass-tilde-importer": "^1.0.2"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/incsub/snapshot.git"
},
"keywords": [
"wordpress-plugin"
],
"author": "WPMU DEV",
"license": "GPL-2.0",
"homepage": "https://bitbucket.org/incsub/snapshot#readme",
"scripts": {
"test": "grunt test"
}
}