-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 828 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 828 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
35
36
37
38
{
"name": "o2",
"version": "0.2.3",
"description": "Front-page editing and live-updating posts/comments for your site.",
"main": "o2.php",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Automattic/o2.git"
},
"keywords": [
"o2",
"p2",
"WordPress"
],
"author": "Automattic",
"license": "GPL-2.0+",
"bugs": {
"url": "https://github.com/Automattic/o2/issues"
},
"homepage": "https://github.com/Automattic/o2#readme",
"devDependencies": {
"grunt": "^1.6.2",
"grunt-contrib-jshint": "^3.2.0",
"grunt-rtlcss": "^2.0.2",
"grunt-sass": "^4.1.0",
"grunt-wp-i18n": "^1.0.4",
"sass": "^1.100.0"
},
"overrides": {
"lodash": "^4.18.1",
"minimatch": "^3.1.4",
"postcss": "^8.5.15",
"rtlcss": "^4.3.0"
}
}