-
Notifications
You must be signed in to change notification settings - Fork 56
/
Copy pathpackage.json
37 lines (37 loc) · 867 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
{
"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": {
"@wordpress/eslint-plugin": "^6.0.0",
"eslint": "^7.1.0",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^1.0.0",
"grunt-phplint": "0.0.8",
"grunt-rtlcss": "2.0.1",
"grunt-sass": "^3.1.0",
"grunt-wp-i18n": "^0.5.4",
"node-sass": "^7.0.0",
"prettier": "npm:[email protected]",
"sass": "^1.32.8"
}
}