forked from ChrisZieba/LogicPull
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.1 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
{
"name": "LogicPull",
"version": "0.9.9",
"description": "Automated document assembly.",
"private": false,
"license" : "AGPL-1.0",
"engines" : {
"node" : ">=0.8.8"
},
"repository": {
"type": "git",
"url": "https://github.com/dwmcqueen/LogicPull"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-cssmin": "~0.7.0",
"mocha": "~1.14.0",
"chai": "~1.8.1",
"sinon": "~1.14.1"
},
"dependencies": {
"lodash": "4.0.0",
"express": "3.21.2",
"socket.io": "1.4.4",
"bcrypt": "0.8.5",
"ejs": "0.8.2",
"mongoose": "4.3.6",
"connect-mongo": "0.8.2",
"graphviz": "0.0.8",
"esprima": "0.9.9",
"escodegen": "0.0.6",
"async": "0.1.22",
"nodemailer": "0.3.27",
"method-override": "2.3.5",
"moment": "1.7.2",
"accounting": "0.3.2",
"docxtemplater":"2.1.0"
}
}