-
Notifications
You must be signed in to change notification settings - Fork 756
/
package.json
38 lines (38 loc) · 918 Bytes
/
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
{
"name": "badge-list",
"version": "1.0.1",
"description": "A repo to showcase every JavaScript related badge out there.",
"main": "src/index.js",
"scripts": {
"install": "bower install",
"test": "grunt karma"
},
"repository": {
"type": "git",
"url": "git://github.com/boennemann/badges.git"
},
"keywords": [
"badges"
],
"author": "Stephan Bönnemann",
"license": "MIT",
"bugs": {
"url": "https://github.com/boennemann/badges/issues"
},
"homepage": "https://github.com/boennemann/badges",
"devDependencies": {
"bower": "1.7.9",
"grunt": "~1.0.1",
"grunt-karma": "~2.0.0",
"grunt-karma-coveralls": "~2.5.3",
"karma": "~1.3.0",
"grunt-cli": "~1.2.0",
"karma-coverage": "1.1.1",
"karma-jasmine": "~1.0.2",
"karma-phantomjs-launcher": "1.0.2",
"karma-requirejs": "~1.1.0"
},
"dependencies": {
"lodash": "4.16.4"
}
}