-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
executable file
·43 lines (43 loc) · 1.04 KB
/
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
35
36
37
38
39
40
41
42
43
{
"name": "coremob-tests",
"description": "Core Mobile Community Group Tests",
"version": "0.1.0",
"homepage": "https://github.com/?/coremob-tests",
"repository": {
"type": "git",
"url": "git://github.com/?/coremob-tests.git"
},
"bugs": {
"url": "https://github.com/?/coremob-tests/issues"
},
"licenses": [
{
"type": "W3C 3-clause BSD License",
"url": "http://www.w3.org/Consortium/Legal/2008/03-bsd-license.html"
},
{
"type": "W3C Test Suite License",
"url": "http://www.w3.org/Consortium/Legal/2008/04-testsuite-license"
}
],
"dependencies": {
},
"devDependencies": {
"grunt": "~0.2.6",
"js-yaml": "*",
"colors": "~0.6.0",
"underscore": "~1.2.4"
},
"keywords": [],
"engines": {
"node": ">= 0.6.0"
},
"contributors": [
"Matt Kelly <[email protected]> (url)",
"Tobie Langel <[email protected]> (url)",
"Adam Sontag <[email protected]> (url)",
"Boaz Sender <[email protected]> (url)",
"Rick Waldron <[email protected]> (url)"
],
"author": "Facebook"
}