forked from pirati-cz/DEPRECATED-ppis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 854 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": "ppis",
"version": "0.0.1",
"description": "Pirate Party Information System - core model with user, group, permission and auth",
"keywords": [
"pirate",
"party",
"information",
"system"
],
"author": {
"name": "Tomáš Klapka",
"email": "tomas@klapka.cz"
},
"repository": {
"type": "git",
"url": "git://github.com:pirati-cz/ppis.git"
},
"license": "LGPL-3.0+",
"main": "./index",
"scripts": {
"test": "mocha -R spec ./test",
"prepublish": "coffee -o ./lib/ -c ./src/ && docco ./src/*coffee ./src/model/*"
},
"dependencies": {
"jugglingdb": "~0.2.6",
"q": "~1.0.0"
},
"optionalDependencies": {
"jugglingdb-mongodb": "~0.0.4-4"
},
"devDependencies": {
"async": "~0.2.9",
"mocha": "~1.16.2",
"should": "~2.1.1",
"coffee-script": "~1.6.3"
}
}