-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.08 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
46
47
48
{
"name": "vizitka",
"description": "Vizitka",
"version": "0.0.1",
"engines": {
"node": "0.10.x",
"npm": "1.3.x"
},
"private": true,
"main": "app.coffee",
"readmeFilename": "README.md",
"homepage": "http://vizitka.local/",
"repository": { "type": "git", "url": "" },
"dependencies": {
"coffee-script": "",
"express": "",
"winston": "",
"express-winston": "",
"winston-papertrail": "",
"async": "",
"stylus": "",
"memjs": "",
"firebase": "",
"backfire-enhance": "https://github.com/tkafka/backfire-enhance/tarball/master",
"andlog": "0.0.4",
"backbone": "1.0.0",
"clientconfig": "0.0.4",
"getconfig": "0.0.5",
"jade": "0.35.0",
"loading-stats": "0.0.2",
"moonboots": "1.0.0",
"helmet": "0.1.0",
"semi-static": "0.0.5",
"human-model": "1.4.0",
"human-view": "1.2.0",
"templatizer": "0.1.2",
"underscore": "1.5.2",
"favicon-setter": "0.1.1",
"marked": ""
},
"devDependencies": {
"nodemon": "",
"mocha": "",
"chai": "",
"chai-things": "",
"sinon": ""
}
}