forked from mwielgoszewski/doorman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 827 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
{
"name": "doorman",
"version": "1.0.0",
"description": "[![Build Status](https://travis-ci.org/mwielgoszewski/doorman.svg?branch=master)](https://travis-ci.org/mwielgoszewski/doorman) [![Code Climate](https://codeclimate.com/github/mwielgoszewski/doorman/badges/gpa.svg)](https://codeclimate.com/github/mwielgoszewski/doorman)",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"postinstall": "bower install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mwielgoszewski/doorman"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mwielgoszewski/doorman/issues"
},
"homepage": "https://github.com/mwielgoszewski/doorman#readme",
"dependencies": {
"bower": "^1.7.9",
"less": "^2.7.1"
}
}