-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.3 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": "grunt-ng-apimock",
"description": "Grunt plugin that provides the ability to use scenario based api mocking of angular apps",
"version": "1.2.0",
"homepage": "https://mdasberg.github.io/grunt-ng-apimock",
"author": {
"name": "Mischa Dasberg",
"email": "[email protected]"
},
"contributors": [
"Justus Romijn <[email protected]>",
"Richard Rijnberk <[email protected]>",
"Frank Merema <[email protected]"
],
"repository": {
"type": "git",
"url": "git+https://github.com/mdasberg/grunt-ng-apimock.git"
},
"bugs": {
"url": "https://github.com/mdasberg/grunt-ng-apimock/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/mdasberg/grunt-ng-apimock/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt"
},
"dependencies": {
"ng-apimock": "^1.4.0"
},
"keywords": [
"gruntplugin",
"angular",
"api",
"mock",
"scenario",
"httpbackend"
],
"devDependencies": {
"buffer-equal": "1.0.0",
"fs-extra": "4.0.1",
"grunt": ">=1.0.1",
"grunt-contrib-clean": "1.1.0",
"grunt-contrib-jshint": "1.1.0",
"grunt-shell": "2.1.0",
"gruntmock": "0.2.1",
"jasmine-node": "1.14.5"
}
}