-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathbower.json
More file actions
35 lines (35 loc) · 825 Bytes
/
bower.json
File metadata and controls
35 lines (35 loc) · 825 Bytes
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
{
"name": "angular-apimock",
"version": "0.3.3",
"description": "Automatically route your API calls to static JSON files, for hiccup free front–end development.",
"authors": [ "John-Philip Johansson <seriema@gmail.com> (http://johansson.jp/)" ],
"homepage": "http://johansson.jp/angular-apimock/",
"repository": {
"type": "git",
"url": "git://github.com/seriema/angular-apimock.git"
},
"main": "dist/angular-apimock.js",
"keywords": [
"angular",
"angularjs",
"mock",
"mocking",
"apimock"
],
"ignore": [
"**/*",
"!dist/*",
"!CHANGELOG.md",
"!LICENSE",
"!README.md",
"!bower.json"
],
"license": "MIT",
"dependencies": {
"angular": "^1.2.15"
},
"devDependencies": {
"angular-mocks": "^1.2.15",
"angular-scenario": "^1.2.15"
}
}