forked from JoshData/dc-code-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 855 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
{
"name": "legal-code-editor",
"version": "0.0.0",
"description": "A web application, to be run locally, to edit legal codes maintained in the style of the District of Columbia Cranch Project.",
"main": "editor/index.js",
"scripts": {
},
"keywords": [
"dc",
"law",
"code",
"editor"
],
"author": "Council of the District of Columbia, Office of the General Counsel",
"license": "Public Domain",
"dependencies": {
"glob": "~3.2.8",
"elementtree": "~0.1.5",
"express": "3.4.8",
"swig": "1.3.2",
"clone": "0.1.11",
"node-uuid": "~1.4.1",
"async": "~0.2.10",
"markdown": "0.5.0",
"moment": "2.5.1",
"libxmljs": "https://github.com/JoshData/libxmljs/archive/jt.tar.gz",
"diff": "1.0.8",
"js-yaml": "3.2.2",
"csv": "0.4.0",
"temp": "0.8.1",
"mkdirp": "0.3.5"
}
}