-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 830 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
{
"name": "simple-reading-progress-bar",
"version": "1.0.0",
"description": "A simple reading progress bar for WordPress",
"main": "index.js",
"scripts": {
"precommit": "./node_modules/wp-dev-lib/scripts/pre-commit",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oscarssanchez/simple-reading-progress-bar.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/oscarssanchez/simple-reading-progress-bar/issues"
},
"homepage": "https://github.com/oscarssanchez/simple-reading-progress-bar#readme",
"devDependencies": {
"eslint": "^4.19.1",
"grunt-cli": "^1.2.0",
"husky": "^4.2.5",
"jscs": "^3.0.7",
"jshint": "^2.11.1",
"wp-dev-lib": "github:xwp/wp-dev-lib"
}
}