-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1017 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
43
44
45
46
47
48
49
{
"name": "mimic",
"private": true,
"version": "0.0.1",
"description": "",
"repository": {
"url": "https://github.com/kublikon/mimic.git",
"type": "git"
},
"contributors": [
"Jakub Szerszen <[email protected]>"
],
"bin": "./bin/mimic",
"main": "index.js",
"directories": {
"scripts": "./bin"
},
"scripts": {
"postinstall": "./bin/info"
},
"bugs": {
"mail": "[email protected]",
"url": "http://github.com/kublikon/mimic/issues"
},
"dependencies": {
"body-parser": "*",
"colors": "*",
"connect": "*",
"connect-assetmanager": "*",
"ejs": "*",
"ejs-locals": "*",
"express": "*",
"less": "*",
"less-middleware": "*",
"node-minify": "1.3.7",
"node-uuid": "1.4.7",
"html-minifier": "1.1.1",
"uglify-js": "1.3.5",
"nlp_compromise": "*",
"mongoose": "4.4.5",
"cron": "*",
"cors": "*",
"ws": "*"
},
"preferGlobal": true,
"engines": {
"node": ">= 4.2.1"
}
}