-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.34 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": "angular-glossary",
"version": "0.1.0",
"title": "Angular Glossary",
"description": "A directive that outputs a glossary based on a collection of terms.",
"main": "angular-glossary.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/DevLab2425/angular-glossary.git"
},
"keywords": [
"angular",
"angularjs",
"angular.js",
"glossary",
"angular glossary",
"angularjs glossary"
],
"author": {
"name": "DevLab2425",
"email": "[email protected]"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license"
}
],
"bugs": {
"url": "https://github.com/DevLab2425/angular-glossary/issues"
},
"homepage": "https://github.com/DevLab2425/angular-glossary",
"devDependencies": {
"bower": "^1.3.9",
"grunt-cli": "^0.1.13",
"grunt": "^0.4.5",
"grunt-ngmin": "0.0.3",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-watch": "^0.6.1",
"karma": "^0.12.21",
"grunt-karma": "^0.8.3",
"grunt-contrib-jshint": "^0.10.0",
"grunt-bump": "0.0.15",
"matchdep": "^0.3.0",
"karma-jasmine": "^0.1.5",
"karma-chrome-launcher": "^0.1.4",
"karma-firefox-launcher": "^0.1.3",
"karma-safari-launcher": "^0.1.1",
"grunt-contrib-copy": "^0.5.0"
}
}