-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 967 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
39
40
41
42
{
"name": "dspace-daemon-account",
"version": "0.0.0",
"description": "Daemon providing accounts for use in a Pod.",
"main": "daemon.js",
"bin": "./daemon.js",
"scripts": {
"test": "./node_modules/.bin/mocha --watch"
},
"keywords": [
"dspace",
"bayeux",
"pubsub"
],
"repository": "",
"author": {
"name": "☮ elf Pavlik ☮",
"email": "[email protected]"
},
"license": "Unlicense",
"dependencies": {
"express": "~3.4.0",
"cors": "~1.0.1",
"faye": "1.0.0",
"lodash": "~2.2.1",
"levelup": "~0.18.2",
"memdown": "~0.6.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-watch": "~0.5.3",
"grunt-markdown": "~0.4.0",
"grunt-develop": "~0.2.2",
"grunt-notify": "~0.2.13",
"mocha": "~1.13.0",
"chai": "~1.8.1",
"sinon": "~1.7.3",
"sinon-chai": "~2.4.0"
}
}