-
Notifications
You must be signed in to change notification settings - Fork 12
/
bower.json
42 lines (42 loc) · 1016 Bytes
/
bower.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
{
"name": "apitizer",
"version": "0.1.4",
"homepage": "https://github.com/retro/apitizer",
"authors": [
"Mihael Konjevic <konjevic@gmail.com>"
],
"description": "API mocking for JavaScript apps",
"main": "dist/apitizer.js",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"blanket": "~1.1.5",
"taffydb": "*",
"Faker.js": "git@github.com:Marak/Faker.js.git#0.7.2",
"jquery": "~2.1.1",
"lodash": "~2.4.1",
"qunit": "~1.14.0",
"requirejs": "~2.1.11",
"tv4": "~1.0.17",
"Randexp.js": "https://github.com/fent/randexp.js/releases/download/v0.3.3/randexp.min.js",
"almond": "~0.2.9",
"lodash-amd": "~2.4.1",
"fake-xml-http-request": "git@github.com:trek/FakeXMLHttpRequest.git",
"rlite": "git@github.com:chrisdavies/rlite.git"
},
"keywords": [
"rest",
"api",
"mock",
"fixture"
],
"dependencies": {
"query-string": "~1.0.0"
}
}