-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.3 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.3 KB
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
60
61
{
"name": "repsecure.net",
"description": "REP Insurace",
"version": "0.9.0",
"private": true,
"engines": {
"node": "0.12.3",
"npm": "2.5.0"
},
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "1.12.0",
"bytes": "^2.4.0",
"content-type": "^1.0.2",
"debug": "2.1.1",
"depd": "^1.1.0",
"express": "^4.11.2",
"http": "0.0.0",
"iconv-lite": "^0.4.13",
"jade": "^1.9.2",
"jquery-modal": "^0.8.0",
"lodash": "^3.3.1",
"markdown": "latest",
"on-finished": "^2.3.0",
"raw-body": "^2.1.7",
"serve-favicon": "^2.2.0",
"type-is": "^1.6.13"
},
"repository": {
"type": "git",
"url": ""
},
"homepage": "",
"bugs": {
"url": ""
},
"authors": [
{
"name": "Marian Oancea",
"email": "marian@ethdev.com",
"url": "https://github.com/cubedro"
},
{
"name": "Anton Akentiev",
"email": "tony@chain.cloud",
"url": "https://github.com/anthonyakentiev"
}
],
"license": "LGPL-3.0",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-jade": "^0.14.1",
"grunt-contrib-uglify": "^0.9.1"
}
}