forked from mozilla-b2g/firefoxos-loop-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 893 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
{
"name": "FirefoxHello",
"version": "1.1.1",
"description": "Firefox Hello client for Firefox OS",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/ferjm/firefoxos-loop-client.git"
},
"author": "The Gaia Team",
"license": "Apache",
"bugs": {
"url": "https://github.com/ferjm/firefoxos-loop-client/issues"
},
"homepage": "https://github.com/ferjm/firefoxos-loop-client",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-connect": "~0.8.0",
"grunt-mocha": "~0.4.11",
"grunt-html-build": "~0.3.2",
"grunt-firefoxos": "~0.1.1",
"grunt-git-describe": "~2.3.2",
"grunt-bower-task": "~0.4.0",
"grunt-contrib-compress": "~0.12.0"
}
}