-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 862 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
{
"name": "grunt-firefox-xpi-builder",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kashiif/grunt-firefox-xpi-builder.git"
},
"author": "Kashif Iqbal Khan",
"license": "MIT",
"bugs": {
"url": "https://github.com/kashiif/grunt-firefox-xpi-builder/issues"
},
"homepage": "https://github.com/kashiif/grunt-firefox-xpi-builder#readme",
"dependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-compress": "^0.14.0",
"grunt-contrib-copy": ">=0.4.0",
"grunt-contrib-cssmin": ">=0.4.0",
"grunt-contrib-uglify": ">=0.4.0",
"grunt-hashres": "~0.3.1",
"grunt-htmlrefs": "~0.3.0",
"grunt-string-replace": "^1.2.1"
}
}