-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.16 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
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "openmoney-mobile",
"description": "Grunt tasks for building and testing openmoney-mobile project",
"version": "2.0.15",
"homepage": "https://github.com/deefactorial/openmoney-mobile",
"author": {
"name": "deefactorial",
"email": "[email protected]",
"url": "http://openmoney.cc"
},
"repository": {
"type": "git",
"url": "git://github.com/deefactorial/openmoney-mobile.git"
},
"bugs": {
"url": "https://github.com/deefactorial/openmoney-mobile/issues"
},
"licenses": [
{
"type": "Apache V2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"engines": {
"node": ">=0.6",
"npm": ">=1.2.12"
},
"scripts": {
"test": "grunt"
},
"dependencies": {
"colors": "~1.0.0",
"lodash": "~2.4.1",
"q": "~1.0.0",
"requestretry": "~1.2.2",
"sauce-tunnel": "~2.1.1",
"saucelabs": "~0.1.1"
},
"peerDependencies": {
"grunt": "~0.4.1"
},
"devDependencies": {
"grunt-saucelabs": "^8.5.0",
"request": "~2.51.0"
},
"keywords": [
"gruntplugin",
"grunt",
"saucelabs",
"test",
"jasmine",
"mocha",
"qunit",
"yui"
]
}