-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.43 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
{
"name": "cordova.mocks",
"description" : "Easy to use Apache Cordova mocks.",
"version": "0.1.0-alpha.3",
"homepage": "https://github.com/gomoob/cordova.mocks",
"author": {
"name": "GoMoob",
"email": "contact@gomoob.com",
"url": "http://www.gomoob.com"
},
"bugs": {
"url": "https://github.com/gomoob/cordova.mocks/issues"
},
"keywords" : [
"gomoob",
"cordova",
"phonegap",
"mock",
"stub",
"emulate",
"emulation",
"simulate",
"simulation"
],
"main" : "build/cordova.mocks.min.js",
"repository": {
"type": "git",
"url": "https://github.com/gomoob/cordova.mocks"
},
"github": "https://github.com/gomoob/cordova.mocks",
"scripts": {
"test": "grunt",
"coverage": "grunt coverage"
},
"devDependencies": {
"blanket": "~1.1",
"bower": "~1.3",
"chai": "~1.10",
"grunt": "~0.4",
"grunt-contrib-clean": "~0.6",
"grunt-contrib-jshint": "~0.10",
"grunt-contrib-uglify": "~0.6",
"grunt-coveralls" : "~1.0",
"grunt-env" : "~0.4",
"grunt-istanbul" : "~0.2",
"grunt-mocha-test" : "~0.12",
"grunt-preprocess" : "~4.0",
"load-grunt-tasks" : "~2.0",
"mocha" : "~2.0",
"sinon" : "~1.12",
"sinon-chai" : "~2.6",
"time-grunt" : "~1.0"
}
}