-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
45 lines (45 loc) · 1.04 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
{
"name": "presenter",
"version": "1.0.0",
"description": "A component that builds and returns the final document.",
"main": "app.js",
"repository": {
"type": "git",
"url": "https://github.com/deconst/presenter.git"
},
"scripts": {
"test": "mocha && semistandard",
"format": "semistandard --format",
"start": "node app.js"
},
"author": "Jon Perritt <[email protected]>",
"license": "MIT",
"dependencies": {
"async": "2.0.0-rc.2",
"cheerio": "0.20.0",
"express": "4.13.4",
"globby": "4.0.0",
"handlebars": "4.0.5",
"lodash": "4.6.1",
"mkdirp": "0.5.1",
"mock-fs": "3.8.0",
"moment": "2.19.3",
"mware": "0.0.3",
"npm": "2.15.2",
"nunjucks": "2.4.1",
"nunjucks-date": "1.2.0",
"q": "1.4.1",
"request": "2.69.0",
"tmp": "0.0.28",
"url-join": "1.0.0",
"walk": "2.3.9",
"winston": "2.2.0"
},
"devDependencies": {
"chai": "3.5.0",
"mocha": "2.4.5",
"nock": "7.7.2",
"semistandard": "7.0.5",
"supertest": "1.2.0"
}
}