-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
47 lines (47 loc) · 889 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
43
44
45
46
47
{
"name": "angular-narrative-api",
"repository": {
"type": "git",
"url": "git://github.com/amlinger/angular-narrative-api.git"
},
"authors": [
{
"name": "Anton Amlinger",
"email": "anton.amlinger@gmail.com",
"homepage": "http://antonamlinger.se"
}
],
"description": "Narrative API services made easy for Angular.",
"main": "dist/angular-narrative-api.min.js",
"moduleType": [
"globals"
],
"keywords": [
"AngularJS",
"Angular",
"NarrativeAPI",
"API",
"Narrative",
"Memoto"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"src",
"docs",
"examples",
"test",
"tests",
"Gruntfile.js",
"karma.conf.js",
"package.json"
],
"dependencies": {
"angular": ">=1.3.0"
},
"devDependencies": {
"angular-mocks": ">=1.3.0"
}
}