-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
29 lines (29 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
{
"name": "wp-youtube-live",
"version": "1.0.0",
"description": "Displays the current YouTube live video from a specified channel",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/macbookandrew/wp-youtube-live.git"
},
"author": "AndrewRMinion Design",
"license": "ISC",
"bugs": {
"url": "https://github.com/macbookandrew/wp-youtube-live/issues"
},
"homepage": "https://github.com/macbookandrew/wp-youtube-live#readme",
"devDependencies": {
"browser-sync": "^2.17.6",
"grunt": "^1.0.1",
"grunt-browser-sync": "^2.2.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-wp-i18n": "^0.5.4",
"grunt-wp-readme": "^0.2.0",
"grunt-wp-readme-to-markdown": "^2.0.1"
}
}