forked from sysofwan/Quran-Player
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 895 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
{
"name": "Quran-Player",
"version": "1.1.1",
"description": "A chrome extension that plays quran in your browser",
"main": "background.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/sysofwan/Quran-Player.git"
},
"author": "sysofwan",
"license": "MIT",
"bugs": {
"url": "https://github.com/sysofwan/Quran-Player/issues"
},
"homepage": "https://github.com/sysofwan/Quran-Player",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "~0.7.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-text-replace": "~0.3.11",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-uglify": "~0.3.3",
"grunt-processhtml": "~0.3.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-string-replace": "~0.2.7"
}
}