forked from hoodiehq/hoodie-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.39 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
55
56
57
58
59
{
"name": "hoodie-server",
"version": "2.0.0",
"main": "lib/index",
"repository": {
"type": "git",
"url": "https://github.com/hoodiehq/hoodie-server.git"
},
"dependencies": {
"async": "^0.9.0",
"browserify": "^4.2.0",
"bytes": "^1.0.0",
"cli-color": "^0.3.2",
"couchr": "0.0.14",
"follow": "^0.11.2",
"hapi": "^6.9.0",
"hoodie": "^1.0.0-beta.2",
"hoodie-admin-dashboard": "^2.0.0",
"hoodie-admin-dashboard-uikit": "^3.0.0",
"hoodie-plugins-manager": "^0.2.6",
"local-tld-lib": "^1.0.2",
"lock": "^0.1.0",
"lodash": "^2.4.1",
"mkdirp": "^0.5.0",
"multicouch": "^0.8.1",
"optimist": "^0.6.1",
"ports": "^1.1.0",
"prompt": "^0.2.9",
"request": "^2.16.6",
"semver": "^2.3.2",
"watch": "^0.11.0",
"wreck": "~5.0.1"
},
"scripts": {
"start": "bin/start",
"test": "grunt ci --verbose"
},
"engines": {
"node": ">=0.10.22"
},
"devDependencies": {
"expect.js": "^0.2.0",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.6.2",
"grunt-contrib-nodeunit": "^0.2.2",
"grunt-contrib-watch": "^0.5.1",
"grunt-release-hoodie": "^2.8.0-beta.1",
"grunt-simple-mocha": "^0.4.0",
"load-grunt-tasks": "^0.4.0",
"mocha": "*",
"moment": "~2.6.0",
"rimraf": "^2.2.2",
"sinon": "^1.7.3"
},
"hoodie": {
"plugins": []
},
"codename": "hunky-dory-cheetah"
}