-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 842 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 842 Bytes
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
{
"name": "textpattern-plugins",
"description": "Official plugins website of the Textpattern project.",
"version": "0.2.0",
"repository": {
"type": "git",
"url": "https://github.com/textpattern/textpattern-plugins-website"
},
"bugs": {
"url": "https://github.com/textpattern/textpattern-plugins-website/issues"
},
"devDependencies": {
"grunt": "1.6.1",
"grunt-cli": "1.5.0",
"grunt-concurrent": "3.0.0",
"grunt-contrib-clean": "2.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-jshint": "3.2.0",
"grunt-contrib-watch": "1.1.0",
"load-grunt-tasks": "5.1.0"
},
"dependencies": {
"textpattern-branding": "0.3.3"
},
"browserslist": [
"> 0.5%",
"Firefox ESR",
"not IE 11"
],
"scripts": {
"test": "grunt travis --verbose"
},
"license": "GPL-2.0"
}