-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·64 lines (64 loc) · 1.99 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
54
55
56
57
58
59
60
61
62
63
64
{
"name": "sp-mdl",
"version": "1.0.0",
"homepage": "https://sunnypixels.io/",
"description": "This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned with others.",
"main": "Gruntfile.js",
"scripts": {
"watch": "./node_modules/grunt/bin/grunt watch",
"build-js": "./node_modules/grunt/bin/grunt build-js",
"build-css": "./node_modules/grunt/bin/grunt build-css",
"makepot": "./node_modules/grunt/bin/grunt makepot",
"add-textdomain": "./node_modules/grunt/bin/grunt addtextdomain",
"check-textdomain": "./node_modules/grunt/bin/grunt checktextdomain",
"build-archive": "./node_modules/grunt/bin/grunt build-archive",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sunny-pixels/sp-mdl.git"
},
"keywords": [
"_S",
"Underscores",
"custom-background",
"custom-logo",
"custom-menu",
"featured-images",
"threaded-comments",
"translation-ready",
"customizer",
"modules",
"reatlat"
],
"author": {
"name": "Alex Zappa a.k.a. re[at]lat",
"email": "[email protected]",
"url": "https://reatlat.net"
},
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/sunny-pixels/sp-mdl/issues"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/preset-es2015": "^7.0.0-beta.53",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"grunt": "^1.0.4",
"grunt-autoprefixer": "^3.0.4",
"grunt-babel": "^8.0.0",
"grunt-checktextdomain": "^1.0.1",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^1.5.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-csso": "^2.2.4",
"grunt-wp-i18n": "^1.0.3",
"load-grunt-tasks": "^5.0.0"
}
}