-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.49 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
{
"name": "entize-modrunner",
"description": "Entize Module Runner - a stripped down app for running modules. Can be required as a devDependency in any module that we want to test.",
"version": "0.1.6",
"repository": {
"type": "git",
"url": "https://github.com/dadisn/entize-modrunner.git"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"body-parser": "^1.9.1",
"chalk": "^0.5.1",
"coffee-script": "^1.8.0",
"coffeeify": "^0.7.0",
"compression": "^1.2.0",
"connect-mongo": "^0.4.1",
"cookie-parser": "^1.3.3",
"d-bootstrap": "git://github.com/derbyjs/d-bootstrap.git",
"d-datepicker": "git://github.com/dadisn/d-datepicker.git#updated",
"d-connection-alert": "^0.1.2",
"d-before-unload": "^0.1.2",
"d-subcomponents": "^1.0.0",
"derby": "^0.6.0-alpha32",
"derby-stylus": "git://github.com/dmapper/derby-stylus.git",
"derby-debug": "^0.1.0",
"e-components": "^0.1.0",
"entize-libs": "^0.1.0",
"express": "^4.9.8",
"express-session": "^1.9.1",
"jquery": "^2.1.1",
"livedb": "^0.4.8",
"livedb-mongo": "^0.4.1",
"racer-bundle": "^0.1.1",
"racer-highway": "^1.4.3",
"redis": "^0.12.1",
"serve-favicon": "^2.1.6",
"serve-static": "^1.7.1",
"share-access": "^0.1.3",
"lodash": "^2.4.1",
"moment": "^2.8.3"
},
"engines": {
"node": "0.10.x"
},
"publishConfig": {
"registry": "http://npm.entize.se"
}
}